summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_cmp.c
AgeCommit message (Expand)Author
2021-02-16Update copyright yearMatt Caswell
2021-02-16Fix Null pointer deref in X509_issuer_and_serial_hash()Matt Caswell
2021-01-14X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to...Dr. David von Oheimb
2020-12-03x509_vfy.c: Restore rejection of expired trusted (root) certificateDr. David von Oheimb
2020-03-22Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-10Update copyright yearMatt Caswell
2019-08-17Fix error handling in X509_chain_up_refBernd Edlinger
2018-05-29Update copyright yearMatt Caswell
2018-05-21Fix undefined behaviour in X509_NAME_cmp()Matt Caswell
2017-10-18Remove parentheses of return.KaoruToda
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2016-08-19Add X509_get0_serialNumber() and constify OCSP_cert_to_id()Dr. Stephen Henson
2016-07-30Ignore the serial number for now and just do the rest.Richard J. Moore
2016-07-30Make some more X509 functions const.Richard J. Moore
2016-07-25Constify ...FdaSilvaYY
2016-05-17Copyright consolidation 09/10Rich Salz
2016-04-29Avoid overflow issues in X509_cmp.David Benjamin
2016-03-22Make X509_PUBKEY opaqueDr. Stephen Henson
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20Check Suite-B constraints with EE DANE recordsViktor Dukhovni
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2015-12-31Use X509_get0_pubkey where appropriateDr. Stephen Henson
2015-12-14New function X509_get0_pubkeyDr. Stephen Henson
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-10-15embed certificate serial number and signature fieldsDr. Stephen Henson
2015-09-17Embed various signature algorithms.Dr. Stephen Henson
2015-09-16Embed X509_CINFDr. Stephen Henson
2015-09-16X509_CRL_INFO embedDr. Stephen Henson
2015-08-31Add X509_up_ref function.Dr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-03-28free NULL cleanupRich Salz
2015-03-25make X509_NAME opaqueDr. Stephen Henson
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-01-26Compare encodings in X509_cmp as well as hash.Dr. Stephen Henson
2013-08-17Make no-ec compilation work.Dr. Stephen Henson
2012-08-03Rename Suite B functions for consistency.Dr. Stephen Henson
2012-08-03add suite B chain validation flags and associated verify errorsDr. Stephen Henson
2011-11-14Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie
2011-06-22allow MD5 use for computing old format hash linksDr. Stephen Henson
2010-05-03PR: 2250Dr. Stephen Henson
2010-01-12PR: 2136Dr. Stephen Henson
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson
2009-05-30Update from 1.0.0-stable.Dr. Stephen Henson
2009-02-16PR: 1843Dr. Stephen Henson
2009-01-15Update certificate hash line format to handle canonical formatDr. Stephen Henson