summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/x_crl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a number of ASN1_INTEGER vs ASN1_STRING mixups coming from thetb2019-03-131-4/+2
* Turn a number of #defines into proper functions with prototypes matchingtb2018-08-241-1/+31
* Make the NULL check a separate if statement for readability andtb2018-04-231-2/+4
* Make X509_CRL_METHOD_free() NULL-safe.tb2018-04-231-2/+2
* Provide X509_REVOKED_dup().jsing2018-03-171-1/+7
* Provide X509_CRL_get0_extensions() and X509_CRL_get_signature_nid().jsing2018-02-221-1/+13
* Provide X509_CRL_get0_{last,next}Update() and X509_CRL_get0_signature().jsing2018-02-201-1/+23
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-2/+2
* Expand ASN1_ITEM_rptr and ASN1_ITEM_ptr macros - no change in generatedjsing2016-12-301-2/+2
* When freeing an X509_CRL, if freeing the user-maintained meth_data fails,miod2015-07-201-3/+4
* Remove initialisers with default values from the ASN1 data structures.jsing2015-02-111-27/+1
* Expand most of the ASN1_SEQUENCE* and associated macros, making the datajsing2015-02-111-20/+144
* The IMPLEMENT_STACK_OF and IMPLEMENT_ASN1_SET_OF macros were turned intojsing2015-02-101-6/+1
* Manually expand ASN1_ITEM_rptr macros that should have been expanded withjsing2015-02-101-2/+2
* Expand the IMPLEMENT_ASN1_DUP_FUNCTION macro so that the code is visiblejsing2015-02-101-2/+7
* Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible andjsing2015-02-091-4/+76
* Tolerate critical AKID in CRLs; OpenSSL PR #3014 via OpenSSL trunk, andmiod2014-07-111-7/+8
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-3/+4
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+4
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-5/+2
* More KNF.jsing2014-04-181-77/+87
* lob a few more knf grenades in here to soften things up.tedu2014-04-181-51/+28
* putting most of the braces in the right column is the very least we can do.tedu2014-04-181-75/+75
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
* resolve conflicts, fix local changesdjm2010-10-011-2/+389
* resolve conflictsdjm2008-09-061-1/+1
* resolve conflictsdjm2005-04-291-31/+9
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-258/+72
* openssl-engine-0.9.6a mergebeck2001-06-221-5/+5
* openssl-engine-0.9.6 mergebeck2000-12-151-8/+13
* OpenSSL 0.9.5 mergebeck2000-03-191-32/+25
* OpenSSL 0.9.4 mergebeck1999-09-291-89/+86
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+353