aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/t_crl.c
Commit message (Collapse)AuthorAgeFilesLines
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
| | | | | | | | | | | | sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
* Fix CRL printing to correctly show when there are no revoked certificates.Dr. Stephen Henson2001-02-101-1/+1
| | | | | | | Make ca.c correctly initialize the revocation date. Make ASN1_UTCTIME_set_string() and ASN1_GENERALIZEDTIME_set_string() set the string type: so they can initialize ASN1_TIME structures properly.
* New function X509V3_extensions_print() this removes extension duplicationDr. Stephen Henson2000-12-141-25/+5
| | | | | | | | | from the print routines. Reorganisation of OCSP code: initial print routines in ocsp_prn.c. Doesn't work fully because OCSP extensions aren't reimplemented yet. Implement some ASN1 functions needed to compile OCSP code.
* New function X509_signature_print() to remove some duplicateDr. Stephen Henson2000-12-141-14/+1
| | | | code from certificate, CRL and request printing routines.
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-1/+1
| | | | tolerated in certificates.
* Another safe stack.Ben Laurie1999-05-301-4/+5
|
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-5/+0
|
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-5/+5
| | | | | | Submitted by: Reviewed by: PR:
* Change functions to ANSI C.Ulf Möller1999-04-191-9/+3
|
* Add initial support for Thawte strong extranet certificate extensions andDr. Stephen Henson1999-03-271-3/+5
| | | | include an 'indent' option to V3 stuff.
* Patch so the new crl stuff actually compiles this time :-) Also update theDr. Stephen Henson1999-02-191-1/+2
| | | | Win32 ordinals.
* Overhaul 'crl' application, add a proper X509_CRL_print function and startDr. Stephen Henson1999-02-191-0/+173
to support CRL extensions.