aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2014-12-17 14:27:22 +0000
committerMatt Caswell <matt@openssl.org>2014-12-18 19:57:38 +0000
commitbd2bd374b37a3718be4a6c0c198be8ff3123c81a (patch)
tree58289e7922341547e8aaecf5d04584657090d77a /CHANGES
parent6385043fa165491e67fc1eff3c14143465dd2f81 (diff)
downloadopenssl-bd2bd374b37a3718be4a6c0c198be8ff3123c81a.zip
openssl-bd2bd374b37a3718be4a6c0c198be8ff3123c81a.tar.gz
openssl-bd2bd374b37a3718be4a6c0c198be8ff3123c81a.tar.bz2
Update CHANGES for deprecated updates
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4510706..34a85b2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,10 +4,19 @@
Changes between 1.0.2 and 1.1.0 [xx XXX xxxx]
+ *) config has been changed so that by default OPENSSL_NO_DEPRECATED is used.
+ Access to deprecated functions can be re-enabled by running config with
+ "enable-deprecated". In addition applications wishing to use deprecated
+ functions must define OPENSSL_USE_DEPRECATED. Note that this new behaviour
+ will, by default, disable some transitive includes that previously existed
+ in the header files (e.g. ec.h will no longer, by default, include bn.h)
+ [Matt Caswell]
+
*) Added support for OCB mode. OpenSSL has been granted a patent license
compatible with the OpenSSL license for use of OCB. Details are available
at https://www.openssl.org/docs/misc/OCB-patent-grant-OpenSSL.pdf. Support
for OCB can be removed by calling config with no-ocb.
+ [Matt Caswell]
*) SSLv2 support has been removed. It still supports receiving a SSLv2
compatible client hello.