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
/
x509_cmp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-2
/
+2
*
X509: clean up doc and implementation of X509{,_REQ}_check_private_key()
Dr. David von Oheimb
2022-08-24
1
-10
/
+18
*
Fix a memory leak in X509_issuer_and_serial_hash
Bernd Edlinger
2022-05-24
1
-2
/
+2
*
Fix: invoking X509_self_signed improperly
PW Hu
2021-11-09
1
-2
/
+6
*
x509: improve error reporting
Pauli
2021-06-30
1
-11
/
+8
*
Add X509 version constants.
David Benjamin
2021-04-28
1
-2
/
+2
*
X509_NAME_cmp: if canon_enclen is 0 for both names return 0
Tomas Mraz
2021-04-14
1
-2
/
+5
*
Fix usages of const EVP_MD.
Shane Lontis
2021-03-22
1
-1
/
+7
*
x509: coverity 1472673 & 1472693 - dereference after null checks
Pauli
2021-03-20
1
-2
/
+5
*
Make more use of X509_add_certs(); minor related code & comments cleanup
Dr. David von Oheimb
2021-03-06
1
-4
/
+3
*
Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()
Dr. David von Oheimb
2021-02-18
1
-2
/
+2
*
Add internal X509_add_certs_new(), which simplifies matters
Dr. David von Oheimb
2021-02-18
1
-6
/
+17
*
Fix Null pointer deref in X509_issuer_and_serial_hash()
Matt Caswell
2021-02-16
1
-0
/
+2
*
Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stack
Dr. David von Oheimb
2021-02-04
1
-2
/
+5
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Avoid using OSSL_PKEY_PARAM_GROUP_NAME when the key might be legacy
Tomas Mraz
2021-01-26
1
-3
/
+2
*
Deprecate EC_KEY + Update ec apps to use EVP_PKEY
Shane Lontis
2021-01-26
1
-5
/
+11
*
X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to...
Dr. David von Oheimb
2021-01-13
1
-8
/
+16
*
Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1
Dr. David von Oheimb
2021-01-13
1
-11
/
+16
*
x509_vfy.c: Restore rejection of expired trusted (root) certificate
Dr. David von Oheimb
2020-12-03
1
-0
/
+2
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-6
/
+6
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
X509_NAME_cmp: restrict normal return values to {-1,0,1} to avoid confusion w...
Dr. David von Oheimb
2020-09-10
1
-19
/
+19
*
Introduce X509_add_cert[s] simplifying various additions to cert lists
Dr. David von Oheimb
2020-08-12
1
-0
/
+56
*
Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...
Dr. David von Oheimb
2020-05-27
1
-1
/
+1
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+2
*
Prevent crash in X509_NAME_cmp() etc. when cert has no issuer or no serialNumber
Dr. David von Oheimb
2020-04-18
1
-1
/
+9
*
Constify various mostly X509-related parameter types in crypto/ and apps/
Dr. David von Oheimb
2020-03-23
1
-6
/
+6
*
Fix error handling in x509v3_cache_extensions and related functions
Bernd Edlinger
2020-03-21
1
-3
/
+6
*
Stop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOW
Richard Levitte
2019-10-11
1
-4
/
+8
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Fix error handling in X509_chain_up_ref
Bernd Edlinger
2019-08-17
1
-1
/
+9
*
Following the license change, modify the boilerplates in crypto/x509/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-05-29
1
-1
/
+1
*
Fix undefined behaviour in X509_NAME_cmp()
Matt Caswell
2018-05-21
1
-1
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-18
/
+18
*
This has been added to avoid the situation where some host ctype.h functions
Pauli
2017-08-22
1
-2
/
+1
*
Add X509_get0_serialNumber() and constify OCSP_cert_to_id()
Dr. Stephen Henson
2016-08-19
1
-0
/
+5
*
Ignore the serial number for now and just do the rest.
Richard J. Moore
2016-07-30
1
-1
/
+1
*
Make some more X509 functions const.
Richard J. Moore
2016-07-30
1
-3
/
+3
*
Constify ...
FdaSilvaYY
2016-07-25
1
-3
/
+3
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Avoid overflow issues in X509_cmp.
David Benjamin
2016-04-29
1
-3
/
+4
*
Make X509_PUBKEY opaque
Dr. Stephen Henson
2016-03-22
1
-7
/
+0
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-1
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Check Suite-B constraints with EE DANE records
Viktor Dukhovni
2016-01-20
1
-4
/
+15
*
make EVP_PKEY opaque
Dr. Stephen Henson
2016-01-20
1
-2
/
+2
*
Use X509_get0_pubkey where appropriate
Dr. Stephen Henson
2015-12-31
1
-1
/
+1
*
New function X509_get0_pubkey
Dr. Stephen Henson
2015-12-14
1
-7
/
+11
[next]