summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509cset.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add ossl_ x509 symbolsShane Lontis2021-03-181-2/+2
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-1/+1
* Update source files for pre-3.0 deprecationRichard Levitte2019-11-071-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/x509/Richard Levitte2018-12-061-1/+1
* Refactor the computation of API version limitsRichard Levitte2018-12-061-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-7/+7
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-291-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-291-1/+2
* 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-09-011-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