aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_cmp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-7/+15
* Update from 1.0.0-stable.Dr. Stephen Henson2009-05-301-3/+3
* PR: 1843Dr. Stephen Henson2009-02-161-1/+1
* Update certificate hash line format to handle canonical formatDr. Stephen Henson2009-01-151-1/+17
* Cache some CRL related extensions.Dr. Stephen Henson2006-07-241-0/+7
* Store canonical encodings of Name structures. Update X509_NAME_cmp() to useDr. Stephen Henson2006-07-181-141/+18
* Update EVP_PKEY_cmp() and X509_check_private() to return sensible values andDr. Stephen Henson2006-04-281-22/+14
* Perform partial comparison of different character types in X509_NAME_cmp().Dr. Stephen Henson2004-12-011-12/+28
* Add functionality to help making self-signed certificate.Richard Levitte2003-04-031-44/+18
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-4/+5
* Add header ctype.hDr. Stephen Henson2002-11-131-0/+1
* X509_NAME_cmp() now compares PrintableString and emailAddress with a value of...Richard Levitte2002-11-091-3/+106
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-3/+4
* ECDSA supportBodo Möller2002-02-131-0/+16
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-3/+3
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-0/+2