aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/x509cset.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-19Constify certificate and CRL time routines.Dr. Stephen Henson1-4/+16
2016-08-19Avoid duplicated code.Dr. Stephen Henson1-24/+4
2016-08-18Convert X509_REVOKED* functions to use const gettersMatt Caswell1-3/+3
2016-08-17Convert X509_CRL* functions to use const gettersMatt Caswell1-3/+3
2016-08-01Constify some X509_CRL functions.Dr. Stephen Henson1-4/+4
2016-07-25Constify ...FdaSilvaYY1-1/+1
2016-05-17Copyright consolidation 09/10Rich Salz1-54/+5
2016-05-16Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY1-2/+8
2016-03-08Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini1-1/+2
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-10-15embed CRL serial number and signature fieldsDr. Stephen Henson1-11/+6
2015-09-22Additional X509_CRL accessors.Dr. Stephen Henson1-0/+10
2015-09-22typoDr. Stephen Henson1-2/+2
2015-09-22Add accessors for X509_REVOKED.Dr. Stephen Henson1-0/+10
2015-09-22Add accessors for request and CRL signaturesDr. Stephen Henson1-2/+13
2015-09-17Embed various signature algorithms.Dr. Stephen Henson1-2/+2
2015-09-16X509_CRL_INFO embedDr. Stephen Henson1-20/+20
2015-09-02make X509_CRL opaqueDr. Stephen Henson1-0/+35
2015-08-31Add X509_CRL_up_ref functionDr. Stephen Henson1-0/+5
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson1-9/+9
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-91/+88
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2006-12-11use const ASN1_TIME *Nils Larsch1-2/+2
2004-12-09Automatically mark the CRL cached encoding as invalid when some operationsDr. Stephen Henson1-0/+1
2001-08-17Add CRL utility functions to allow CRLs to beDr. Stephen Henson1-0/+169