index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
x509
/
x_pubkey.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Tomas Mraz
2024-09-05
1
-1
/
+1
*
Remove trailing whitespace
Dimitri Papadopoulos
2024-07-22
1
-1
/
+1
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Fix decoders so that they use the passed in propq.
slontis
2023-08-16
1
-2
/
+3
*
configure: introduce no-ecx to remove ECX related feature
Yi Li
2023-06-14
1
-0
/
+2
*
Do not create DSA keys without parameters by decoder
Tomas Mraz
2023-02-07
1
-0
/
+24
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-29
/
+32
*
libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()
Dr. David von Oheimb
2022-07-19
1
-3
/
+1
*
libcrypto refactoring: make more use of ASN1_STRING_set0()
Dr. David von Oheimb
2022-07-19
1
-3
/
+1
*
Add X509_PUBKEY_set0_public_key(), extracted from X509_PUBKEY_set0_param()
Dr. David von Oheimb
2022-07-19
1
-8
/
+13
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Fix typos
Dimitris Apostolou
2022-01-05
1
-1
/
+1
*
X509_PUBKEY_dup: Do not just up-ref the EVP_PKEY
Tomas Mraz
2021-10-25
1
-3
/
+17
*
coverity #1486531: return error properly from x509_pubkey_ex_new_ex()
Tomas Mraz
2021-06-29
1
-0
/
+1
*
x509: address NULL dereference and memory leaks
Pauli
2021-06-26
1
-7
/
+9
*
Add a generic SubjectPublicKeyInfo decoder
Matt Caswell
2021-06-14
1
-0
/
+17
*
Simplify error reporting in X509_PUBKEY_get0()
Matt Caswell
2021-06-08
1
-20
/
+8
*
Actually use a legacy route in pem_read_bio_key_legacy()
Matt Caswell
2021-06-08
1
-11
/
+11
*
Only use the legacy route to decode a public key if we have to
Matt Caswell
2021-06-08
1
-2
/
+19
*
Ensure that we consume all the data when decoding an SPKI
Matt Caswell
2021-06-08
1
-2
/
+13
*
Use the right class/tag when decoding an embedded key
Matt Caswell
2021-06-08
1
-1
/
+25
*
Use the new ASN.1 libctx aware capabilities in CMP
Matt Caswell
2021-06-05
1
-6
/
+8
*
Teach the ASN.1 code how to create embedded objects with libctx/propq
Matt Caswell
2021-06-05
1
-6
/
+11
*
Provide the ability to create an X509_PUBKEY with a libctx/propq
Matt Caswell
2021-06-05
1
-0
/
+12
*
x509: remove TODOs
Pauli
2021-06-02
1
-1
/
+0
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-6
/
+6
*
Implement pem_read_key directly through OSSL_DECODER
Tomas Mraz
2021-05-13
1
-1
/
+3
*
Remove a TODO(3.0) from X509_PUBKEY_set
Matt Caswell
2021-04-14
1
-8
/
+6
*
Fix X509_PUBKEY_dup() to not leak memory
Pauli
2021-03-28
1
-11
/
+9
*
Allocates and initializes pubkey in X509_PUBKEY_dup()
Sahana Prasad
2021-03-28
1
-1
/
+2
*
Make ossl_d2i_PUBKEY_legacy() completely libcrypto internal
Richard Levitte
2021-03-19
1
-11
/
+11
*
PROV: Add type specific SubjectPublicKeyInfo decoding to the DER->key decoders
Richard Levitte
2021-03-19
1
-4
/
+257
*
Add ossl_ x509 symbols
Shane Lontis
2021-03-18
1
-7
/
+7
*
X509: Refactor X509_PUBKEY processing to include provider side keys
Richard Levitte
2021-02-24
1
-40
/
+191
*
Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEY
Tomas Mraz
2021-02-17
1
-6
/
+6
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
X509_PUBKEY_set(): Fix error reporting
Dr. David von Oheimb
2021-01-13
1
-9
/
+7
*
Drop OPENSSL_NO_RSA everywhere
Richard Levitte
2020-12-20
1
-2
/
+0
*
fix x509_PUBKEY propq so that it uses a copy
Shane Lontis
2020-12-03
1
-3
/
+25
*
Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()
Richard Levitte
2020-12-02
1
-6
/
+2
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-14
/
+13
*
Adapt libcrypto functionality to specify the desired output structure
Richard Levitte
2020-11-11
1
-2
/
+4
*
Add easy to digest selector macros for EVP_PKEYs
Richard Levitte
2020-10-30
1
-6
/
+3
*
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
Dr. Matthias St. Pierre
2020-10-15
1
-2
/
+2
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-5
/
+5
*
Adapt some code to OSSL_ENCODER_to_data() / OSSL_DECODER_from_data()
Richard Levitte
2020-10-10
1
-7
/
+7
*
Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.
Dr. David von Oheimb
2020-09-30
1
-6
/
+6
*
ENCODER: Adapt calls to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()
Richard Levitte
2020-09-20
1
-6
/
+13
*
Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE
Richard Levitte
2020-08-21
1
-13
/
+13
*
X509: Add d2i_PUBKEY_ex(), which take a libctx and propq
Richard Levitte
2020-08-20
1
-8
/
+47
[next]