X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=1efdfb17e27a66461734aecb403727223e7946c7;hp=ec02d06569236fb4f06c55f71b3b2cfba1ea2459;hb=f317aa4c9cb03dd680247bdcf6a22c1b799890e7;hpb=9b5cc156f3e42488bc975bbe3055bf004f6dae4a diff --git a/CHANGES b/CHANGES index ec02d06569..1efdfb17e2 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,20 @@ Changes between 0.9.1c and 0.9.2 + *) More X509 V3 changes. Fix typo in v3_bitstr.c. Add support to 'req' + and add a sample to openssl.cnf so req -x509 now adds appropriate + CA extensions. + [Steve Henson] + + *) Continued X509 V3 changes. Add to other makefiles, integrate with the + error code, add initial support to X509_print() and x509 application. + [Steve Henson] + + *) 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: