Overhaul 'crl' application, add a proper X509_CRL_print function and start

to support CRL extensions.
This commit is contained in:
Dr. Stephen Henson
1999-02-19 01:29:29 +00:00
parent 6b056c414d
commit 0ca5f8b15c
16 changed files with 354 additions and 57 deletions

View File

@@ -5,6 +5,10 @@
Changes between 0.9.1c and 0.9.2
*) Overhaul for 'crl' utility. New function X509_CRL_print. Partial support
for some CRL extensions and new objects added.
[Steve Henson]
*) Really fix the ASN1 IMPLICIT bug this time... Partial support for private
key usage extension and fuller support for authority key id.
[Steve Henson]