Document MD2 deprecation.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 13 Jul 2009 11:58:05 +0000 (11:58 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 13 Jul 2009 11:58:05 +0000 (11:58 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 12a797eee534c623e49e8a7b004733c84d726f24..b9490b1870add976fedd15bcd0f81f9552b2c04f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
 
  Changes between 0.9.8k and 1.0  [xx XXX xxxx]
 
+  *) Delete MD2 from algorithm tables. This follows the recommendation in 
+     several standards that it is not used in new applications due to
+     several cryptographic weaknesses. The algorithm is also disabled in
+     the default configuration.
+     [Steve Henson]
+
   *) In BIO_pop() and BIO_push() use the ctrl argument (which was NULL) to
      indicate the initial BIO being pushed or popped. This makes it possible
      to determine whether the BIO is the one explicitly called or as a result