aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/x509_cmp.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-31Use X509_get0_pubkey where appropriateDr. Stephen Henson1-1/+1
2015-12-14New function X509_get0_pubkeyDr. Stephen Henson1-7/+11
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-4/+4
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-14/+17
2015-10-15embed certificate serial number and signature fieldsDr. Stephen Henson1-5/+5
2015-09-17Embed various signature algorithms.Dr. Stephen Henson1-1/+1
2015-09-16Embed X509_CINFDr. Stephen Henson1-26/+24
2015-09-16X509_CRL_INFO embedDr. Stephen Henson1-2/+2
2015-08-31Add X509_up_ref function.Dr. Stephen Henson1-1/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-03-28free NULL cleanupRich Salz1-4/+2
2015-03-25make X509_NAME opaqueDr. Stephen Henson1-0/+1
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson1-1/+1
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz1-4/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-368/+354
2014-01-26Compare encodings in X509_cmp as well as hash.Dr. Stephen Henson1-1/+14
2013-08-17Make no-ec compilation work.Dr. Stephen Henson1-0/+16
2012-08-03Rename Suite B functions for consistency.Dr. Stephen Henson1-3/+19
2012-08-03add suite B chain validation flags and associated verify errorsDr. Stephen Henson1-0/+124
2011-11-14Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie1-6/+6
2011-06-22allow MD5 use for computing old format hash linksDr. Stephen Henson1-2/+7
2010-05-03PR: 2250Dr. Stephen Henson1-2/+1
2010-01-12PR: 2136Dr. Stephen Henson1-0/+14
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson1-7/+15
2009-05-30Update from 1.0.0-stable.Dr. Stephen Henson1-3/+3
2009-02-16PR: 1843Dr. Stephen Henson1-1/+1
2009-01-15Update certificate hash line format to handle canonical formatDr. Stephen Henson1-1/+17
2006-07-24Cache some CRL related extensions.Dr. Stephen Henson1-0/+7
2006-07-18Store canonical encodings of Name structures. Update X509_NAME_cmp() to useDr. Stephen Henson1-141/+18
2006-04-28Update EVP_PKEY_cmp() and X509_check_private() to return sensible values andDr. Stephen Henson1-22/+14
2004-12-01Perform partial comparison of different character types in X509_NAME_cmp().Dr. Stephen Henson1-12/+28
2003-04-03Add functionality to help making self-signed certificate.Richard Levitte1-44/+18
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-4/+5
2002-11-13Add header ctype.hDr. Stephen Henson1-0/+1
2002-11-09X509_NAME_cmp() now compares PrintableString and emailAddress with a value of...Richard Levitte1-3/+106
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller1-3/+4
2002-02-13ECDSA supportBodo Möller1-0/+16
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson1-3/+3
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-0/+2
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson1-5/+5
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-6/+6
2001-02-12Work around for libsafe "error".Dr. Stephen Henson1-12/+3
2001-02-02Various function for commmon operations.Dr. Stephen Henson1-0/+6
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-2/+2
2000-06-01The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe1-9/+15
2000-02-03ispell (and minor modifications)Ulf Möller1-1/+1
2000-01-21Some more ifdefs for no-xxx options.Ulf Möller1-0/+4
1999-11-16New function X509_cmp().Dr. Stephen Henson1-0/+11
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-1/+1
1999-10-04Fix for d2i_ASN1_bytes and stop PKCS#7 routines crashing is signed messageDr. Stephen Henson1-0/+2