Document the change to remove the 'done' flag variable in the
authorRichard Levitte <levitte@openssl.org>
Fri, 15 Nov 2002 13:58:58 +0000 (13:58 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 15 Nov 2002 13:58:58 +0000 (13:58 +0000)
OpenSSL_add_all_*() routines

CHANGES

diff --git a/CHANGES b/CHANGES
index 7fca062af0648f3f7a11c4c34485d450377ca0f1..635262aff6704fdf7fac910cb500d216352beb64 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,12 @@
      length of the REQUEST-CERTIFICATE message is 18 .. 34, not 17 .. 33.
      [Zeev Lieber <zeev-l@yahoo.com>]
 
+  *) Undo an undocumented change introduced in 0.9.6e which caused
+     repeated calls to OpenSSL_add_all_ciphers() and 
+     OpenSSL_add_all_digests() to be ignored, even after calling
+     EVP_cleanup().
+     [Richard Levitte]
+
   *) Change the default configuration reader to deal with last line not
      being properly terminated.
      [Richard Levitte]