Initial addition of new X509 V3 files, tidy of old files.

This commit is contained in:
Dr. Stephen Henson
1999-01-24 00:50:01 +00:00
parent 69d1dfba24
commit 9aeaf1b4a7
19 changed files with 2506 additions and 79 deletions

View File

@@ -5,6 +5,11 @@
Changes between 0.9.1c and 0.9.2
*) 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.
[Steve Henson]
*) Continuing patches for GeneralizedTime. Fix up certificate and CRL
ASN1 to use ASN1_TIME and modify print routines to use ASN1_TIME_print.
Removed the versions check from X509 routines when loading extensions: