]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - CHANGES
Remove ASN1_METHOD code replace with new ASN1 alternative.
[thirdparty/openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 1bc6180b3e610c294b8b40e9a5c342bd5126c90d..c9058ff939c4b147df6e3d524fc5ded349b64e26 100644 (file)
--- 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'.