summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509cset.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Provide X509_CRL_set1_lastUpdate() and X509_CRL_set1_nextUpdate().jsing2018-02-221-1/+13
|
* Provide X509_CRL_up_ref().jsing2018-02-221-1/+8
|
* Provide X509_REVOKED_get0_extensions(), X509_REVOKED_get0_revocationDate()jsing2018-02-221-1/+19
| | | | and X509_REVOKED_get0_serialNumber().
* s/M_ASN1_TIME_free/ASN1_TIME_free/jsing2015-09-301-4/+4
|
* Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this isjsing2015-09-301-4/+4
| | | | | | | different from the macro expansion, but the result is the same. Also replace some ASN1_STRING_dup() with ASN1_INTEGER_dup(). ok beck@ doug@
* Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generatedjsing2015-07-291-5/+5
| | | | | | assembly. ok bcook@
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-3/+3
| | | | | | | | Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* KNF.jsing2014-04-201-38/+51
|
* blunt force knftedu2014-04-181-40/+30
|
* resolve conflicts, fix local changesdjm2010-10-011-2/+2
|
* resolve conflictsdjm2009-01-091-1/+1
|
* resolve conflictsdjm2005-04-291-0/+1
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+169