summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-08-20 18:12:45 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-08-20 18:12:45 +0000
commit45e2738585bd735e5b50d53e67bc6596eb7d5143 (patch)
treeb4e11b64c14f6a9df1a53e29f505e27f223d83bf /CHANGES
parentb173acfc9649401d2852ce0ca6581470d0407b47 (diff)
Remove ASN1_METHOD code replace with new ASN1 alternative.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1bc6180b3e..c9058ff939 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.8 and 0.9.9 [xx XXX xxxx]
+ *) Remove the ancient ASN1_METHOD code. This was only ever used in one
+ place for the (very old) "NETSCAPE" format certificates which are now
+ handled using new ASN1 code equivalents.
+
*) Let the TLSv1_method() etc. functions return a 'const' SSL_METHOD
pointer and make the SSL_METHOD parameter in SSL_CTX_new,
SSL_CTX_set_ssl_version and SSL_set_ssl_method 'const'.