index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
x509
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-26
1
-1
/
+3
*
x509: fix coverity 1461225: data race condition
Pauli
2021-03-26
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
*
x509_vfy.c: Sort out return values 0 vs. -1 (failure/internal error)
Dr. David von Oheimb
2021-02-09
1
-73
/
+104
*
X509_get_pubkey_parameters(): Correct failure behavior and its use
Dr. David von Oheimb
2021-02-09
1
-13
/
+12
*
x509_vfy.c: Fix various coding style and documentation style nits
Dr. David von Oheimb
2021-02-09
1
-11
/
+11
*
Add X509_STORE_CTX_verify(), which takes the first untrusted cert as default ...
Dr. David von Oheimb
2021-02-06
1
-2
/
+16
[next]