Continuing adding X509 V3 support. This starts to integrate the code with

the main library, but only with printing at present. To see this try:
openssl x509 -in cert.pem -text
on a certificate with some extensions in it.
This commit is contained in:
Dr. Stephen Henson
1999-01-24 17:50:32 +00:00
parent 9aeaf1b4a7
commit 834eeef995
13 changed files with 26 additions and 6 deletions

View File

@@ -5,6 +5,9 @@
Changes between 0.9.1c and 0.9.2
*) Continued X509 V3 changes. Add to other makefiles, integrate with the
error code, add initial support to X509_print() and x509 application.
*) Takes a deep breath and start addding X509 V3 extension support code. Add
files in crypto/x509v3. Move original stuff to crypto/x509v3/old. All this
stuff is currently isolated and isn't even compiled yet.