aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-04-13 21:05:50 +0100
committerMatt Caswell <matt@openssl.org>2016-04-13 21:28:17 +0100
commit4f4d13b146b7d90b63f4cef1d7a0437ac9441332 (patch)
tree5af6f7a9ef3bfb8d6d2386d0a64d3203b8c04597
parent05328815134a823f60f06b7764c6ba83c9b0b9d6 (diff)
downloadopenssl-4f4d13b146b7d90b63f4cef1d7a0437ac9441332.tar.gz
Add a CHANGES entry for removal of Configure options
Document removal of no-aes, no-hmac, no-rsa, no-sha and no-md5. Reviewed-by: Richard Levitte <levitte@openssl.org>
-rw-r--r--CHANGES7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index c0d85b3d2b..70b846e3a9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,12 @@
_______________
Changes between 1.0.2g and 1.1.0 [xx XXX xxxx]
-
+
+ *) Remove the no-aes, no-hmac, no-rsa, no-sha and no-md5 Configure options.
+ All of these option have not worked for some while and are fundamental
+ algorithms.
+ [Matt Caswell]
+
*) Make various cleanup routines no-ops and mark them as deprecated. Most
global cleanup functions are no longer required because they are handled
via auto-deinit (see OPENSSL_init_crypto and OPENSSL_init_ssl man pages).