index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
x509
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2021-05-06
1
-1
/
+1
*
Make the -inform option to be respected if possible
Tomas Mraz
2021-05-06
1
-1
/
+2
*
Add X509 version constants.
David Benjamin
2021-04-28
6
-8
/
+8
*
Improve the implementation of X509_STORE_CTX_get1_issuer()
Tomas Mraz
2021-04-28
1
-18
/
+4
*
Update copyright year
Matt Caswell
2021-04-22
2
-2
/
+2
*
Fix memory leak in X509_REQ
Petr Gotthard
2021-04-21
1
-0
/
+1
*
x509: remove most references to EVP_sha1()
Pauli
2021-04-21
2
-7
/
+25
*
Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()
Dr. David von Oheimb
2021-04-20
2
-1
/
+43
*
Add more negative checks for integers passed to OPENSSL_malloc().
Shane Lontis
2021-04-16
4
-1
/
+8
*
Document the invariants for the empty X509_NAME encoding
Tomas Mraz
2021-04-14
1
-0
/
+1
*
X509_NAME_cmp: if canon_enclen is 0 for both names return 0
Tomas Mraz
2021-04-14
1
-2
/
+5
*
Add some additional NULL checks to prevent segfaults.
Shane Lontis
2021-04-14
1
-3
/
+3
*
Remove a TODO(3.0) from X509_PUBKEY_set
Matt Caswell
2021-04-14
1
-8
/
+6
*
Inherit hostflags verify params even without hosts
Christian Heimes
2021-04-09
1
-2
/
+2
*
Update copyright year
Matt Caswell
2021-04-08
33
-33
/
+33
*
Fix more certificate related lib_ctx settings.
Shane Lontis
2021-04-08
3
-11
/
+27
*
Corrected missing definitions from NonStop SPT build.
Randall S. Becker
2021-04-01
1
-0
/
+9
*
x509: fix coverity 1474470: NULL pointer dereference
Pauli
2021-03-30
1
-1
/
+1
*
x509: fix coverity 1474471: NULL pointer dereference
Pauli
2021-03-30
1
-2
/
+5
*
Implement EVP_PKEY_dup() function
Tomas Mraz
2021-03-28
1
-2
/
+22
*
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
*
x509: fix coverity 1474424: data race condition
Pauli
2021-03-25
1
-1
/
+3
*
x509: fix coverity 1461225: data race condition
Pauli
2021-03-25
1
-1
/
+4
*
Fix usages of const EVP_MD.
Shane Lontis
2021-03-22
4
-24
/
+72
*
x509: coverity 1472673 & 1472693 - dereference after null checks
Pauli
2021-03-20
1
-2
/
+5
*
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
10
-52
/
+51
*
Add ossl_ symbol to x509 policy
Shane Lontis
2021-03-18
7
-82
/
+83
*
Add ossl_v3 symbols
Shane Lontis
2021-03-18
28
-129
/
+129
*
Add ossl_asn1 symbols
Shane Lontis
2021-03-18
3
-5
/
+5
*
Fix misc external ossl_ symbols.
Shane Lontis
2021-03-18
4
-6
/
+6
*
Always check CRYPTO_LOCK_{read,write}_lock
Rich Salz
2021-03-14
4
-5
/
+10
*
Update copyright year
Matt Caswell
2021-03-11
4
-4
/
+4
*
Reword repeated words.
Shane Lontis
2021-03-09
2
-2
/
+2
*
Make more use of X509_add_certs(); minor related code & comments cleanup
Dr. David von Oheimb
2021-03-06
1
-4
/
+3
*
Code cleanup mostly in crypto/x509/v3_purp.c
Dr. David von Oheimb
2021-02-27
4
-105
/
+102
*
X509: Refactor X509_PUBKEY processing to include provider side keys
Richard Levitte
2021-02-24
1
-40
/
+191
*
Fix external symbols for pkcs7.
Shane Lontis
2021-02-22
1
-2
/
+2
*
Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()
Dr. David von Oheimb
2021-02-18
2
-3
/
+3
*
Add internal X509_add_certs_new(), which simplifies matters
Dr. David von Oheimb
2021-02-18
1
-6
/
+17
*
chain_build(): Call verify_cb_cert() if a preliminary error has become final
Dr. David von Oheimb
2021-02-18
1
-5
/
+12
*
x509_vfy: fix mem leaks in chain_build() on malloc error Coverify CID 1473068
Dr. David von Oheimb
2021-02-17
1
-7
/
+5
*
Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEY
Tomas Mraz
2021-02-17
1
-6
/
+6
*
Fix Null pointer deref in X509_issuer_and_serial_hash()
Matt Caswell
2021-02-16
1
-0
/
+2
*
x509_vfy: remove redundant stack allocation
Benjamin Kaduk
2021-02-15
1
-9
/
+1
*
X509_STORE_CTX_cleanup(): Use internally so no need to call explicitly
Dr. David von Oheimb
2021-02-11
1
-3
/
+9
*
X509_STORE_CTX_get1_issuer(): Make preference on expired certs consistent wit...
Dr. David von Oheimb
2021-02-11
1
-20
/
+25
*
x509_vfy.c: Make chain_build() error diagnostics to the point
Dr. David von Oheimb
2021-02-11
1
-10
/
+31
[next]