aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509cset.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-1/+1
* Constify certificate and CRL time routines.Dr. Stephen Henson2016-08-191-4/+16
* Avoid duplicated code.Dr. Stephen Henson2016-08-191-24/+4
* Convert X509_REVOKED* functions to use const gettersMatt Caswell2016-08-181-3/+3
* Convert X509_CRL* functions to use const gettersMatt Caswell2016-08-171-3/+3
* Constify some X509_CRL functions.Dr. Stephen Henson2016-08-011-4/+4
* Constify ...FdaSilvaYY2016-07-251-1/+1
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+5
* Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY2016-05-161-2/+8
* Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini2016-03-081-1/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* embed CRL serial number and signature fieldsDr. Stephen Henson2015-10-151-11/+6
* Additional X509_CRL accessors.Dr. Stephen Henson2015-09-221-0/+10
* typoDr. Stephen Henson2015-09-221-2/+2
* Add accessors for X509_REVOKED.Dr. Stephen Henson2015-09-221-0/+10
* Add accessors for request and CRL signaturesDr. Stephen Henson2015-09-221-2/+13
* Embed various signature algorithms.Dr. Stephen Henson2015-09-171-2/+2
* X509_CRL_INFO embedDr. Stephen Henson2015-09-161-20/+20
* make X509_CRL opaqueDr. Stephen Henson2015-09-021-0/+35
* Add X509_CRL_up_ref functionDr. Stephen Henson2015-08-311-0/+5
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-231-9/+9
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-91/+88
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* use const ASN1_TIME *Nils Larsch2006-12-111-2/+2
* Automatically mark the CRL cached encoding as invalid when some operationsDr. Stephen Henson2004-12-091-0/+1
* Add CRL utility functions to allow CRLs to beDr. Stephen Henson2001-08-171-0/+169