aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_cmp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-4/+4
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-14/+17
* embed certificate serial number and signature fieldsDr. Stephen Henson2015-10-151-5/+5
* Embed various signature algorithms.Dr. Stephen Henson2015-09-171-1/+1
* Embed X509_CINFDr. Stephen Henson2015-09-161-26/+24
* X509_CRL_INFO embedDr. Stephen Henson2015-09-161-2/+2
* Add X509_up_ref function.Dr. Stephen Henson2015-08-311-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free NULL cleanupRich Salz2015-03-281-4/+2
* make X509_NAME opaqueDr. Stephen Henson2015-03-251-0/+1
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-231-1/+1
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-4/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-368/+354
* Compare encodings in X509_cmp as well as hash.Dr. Stephen Henson2014-01-261-1/+14
* Make no-ec compilation work.Dr. Stephen Henson2013-08-171-0/+16
* Rename Suite B functions for consistency.Dr. Stephen Henson2012-08-031-3/+19
* add suite B chain validation flags and associated verify errorsDr. Stephen Henson2012-08-031-0/+124
* Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie2011-11-141-6/+6
* allow MD5 use for computing old format hash linksDr. Stephen Henson2011-06-221-2/+7
* PR: 2250Dr. Stephen Henson2010-05-031-2/+1
* PR: 2136Dr. Stephen Henson2010-01-121-0/+14