summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509cset.c
AgeCommit message (Expand)Author
2020-04-23Update copyright yearMatt Caswell
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/x509/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-08-19Constify certificate and CRL time routines.Dr. Stephen Henson
2016-08-19Avoid duplicated code.Dr. Stephen Henson
2016-08-18Convert X509_REVOKED* functions to use const gettersMatt Caswell
2016-08-17Convert X509_CRL* functions to use const gettersMatt Caswell
2016-08-01Constify some X509_CRL functions.Dr. Stephen Henson
2016-07-25Constify ...FdaSilvaYY
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-16Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY
2016-03-08Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-10-15embed CRL serial number and signature fieldsDr. Stephen Henson
2015-09-22Additional X509_CRL accessors.Dr. Stephen Henson
2015-09-22typoDr. Stephen Henson
2015-09-22Add accessors for X509_REVOKED.Dr. Stephen Henson
2015-09-22Add accessors for request and CRL signaturesDr. Stephen Henson
2015-09-17Embed various signature algorithms.Dr. Stephen Henson
2015-09-16X509_CRL_INFO embedDr. Stephen Henson
2015-09-02make X509_CRL opaqueDr. Stephen Henson
2015-08-31Add X509_CRL_up_ref functionDr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2008-11-05Update obsolete email address...Dr. Stephen Henson
2006-12-11use const ASN1_TIME *Nils Larsch
2004-12-09Automatically mark the CRL cached encoding as invalid when some operationsDr. Stephen Henson
2001-08-17Add CRL utility functions to allow CRLs to beDr. Stephen Henson