summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-07-13 11:57:15 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-07-13 11:57:15 +0000
commit11ba084e1bef4f00c2cf8d3acc5aad85a6ed19f4 (patch)
tree7070cf1582bd108e0f86bea3223dfc5c5a27787e
parentcddd00166c47dc379d0300625a34e6201b51860c (diff)
downloadopenssl-new-11ba084e1bef4f00c2cf8d3acc5aad85a6ed19f4.tar.gz
Document MD2 deprecation.
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 12a797eee5..b9490b1870 100644
--- 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