summaryrefslogtreecommitdiff
path: root/crypto/x509/x509_cmp.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-2/+2
* X509: clean up doc and implementation of X509{,_REQ}_check_private_key()Dr. David von Oheimb2022-08-241-10/+18
* Fix a memory leak in X509_issuer_and_serial_hashBernd Edlinger2022-05-241-2/+2
* Fix: invoking X509_self_signed improperlyPW Hu2021-11-091-2/+6
* x509: improve error reportingPauli2021-06-301-11/+8
* Add X509 version constants.David Benjamin2021-04-281-2/+2
* X509_NAME_cmp: if canon_enclen is 0 for both names return 0Tomas Mraz2021-04-141-2/+5
* Fix usages of const EVP_MD.Shane Lontis2021-03-221-1/+7
* x509: coverity 1472673 & 1472693 - dereference after null checksPauli2021-03-201-2/+5
* Make more use of X509_add_certs(); minor related code & comments cleanupDr. David von Oheimb2021-03-061-4/+3
* Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb2021-02-181-2/+2
* Add internal X509_add_certs_new(), which simplifies mattersDr. David von Oheimb2021-02-181-6/+17
* Fix Null pointer deref in X509_issuer_and_serial_hash()Matt Caswell2021-02-161-0/+2
* Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stackDr. David von Oheimb2021-02-041-2/+5
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Avoid using OSSL_PKEY_PARAM_GROUP_NAME when the key might be legacyTomas Mraz2021-01-261-3/+2
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-5/+11
* X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to...Dr. David von Oheimb2021-01-131-8/+16
* Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb2021-01-131-11/+16
* x509_vfy.c: Restore rejection of expired trusted (root) certificateDr. David von Oheimb2020-12-031-0/+2
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-6/+6
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* X509_NAME_cmp: restrict normal return values to {-1,0,1} to avoid confusion w...Dr. David von Oheimb2020-09-101-19/+19
* Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb2020-08-121-0/+56
* Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...Dr. David von Oheimb2020-05-271-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Prevent crash in X509_NAME_cmp() etc. when cert has no issuer or no serialNumberDr. David von Oheimb2020-04-181-1/+9
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-6/+6
* Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger2020-03-211-3/+6
* Stop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOWRichard Levitte2019-10-111-4/+8
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Fix error handling in X509_chain_up_refBernd Edlinger2019-08-171-1/+9
* Following the license change, modify the boilerplates in crypto/x509/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-05-291-1/+1
* Fix undefined behaviour in X509_NAME_cmp()Matt Caswell2018-05-211-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-18/+18
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-2/+1
* Add X509_get0_serialNumber() and constify OCSP_cert_to_id()Dr. Stephen Henson2016-08-191-0/+5
* Ignore the serial number for now and just do the rest.Richard J. Moore2016-07-301-1/+1
* Make some more X509 functions const.Richard J. Moore2016-07-301-3/+3
* Constify ...FdaSilvaYY2016-07-251-3/+3
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* Avoid overflow issues in X509_cmp.David Benjamin2016-04-291-3/+4
* Make X509_PUBKEY opaqueDr. Stephen Henson2016-03-221-7/+0
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Check Suite-B constraints with EE DANE recordsViktor Dukhovni2016-01-201-4/+15
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-2/+2
* Use X509_get0_pubkey where appropriateDr. Stephen Henson2015-12-311-1/+1
* New function X509_get0_pubkeyDr. Stephen Henson2015-12-141-7/+11