summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-12-08 23:36:18 +0100
committerRichard Levitte <levitte@openssl.org>2015-12-08 23:36:18 +0100
commit6f9a3c37dbbf38f3d21742c1b41e411aee72b459 (patch)
tree7ecf148cd271a46d4dfcf1082a290897c52f3195 /NEWS
parentab29c82a55f3583a490733dd521ea6c486e8e2fb (diff)
Additional NEWS
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 995370ef4e..433d96e1d7 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,15 @@
o Support for extended master secret
o CCM ciphersuites
+ o Reworked test suite, now based on perl, Test::Harness and Test::More
+ o EVP_MD, EVP_MD_CTX and HMAC_CTX made opaque
+ o libssl internal structures made opaque
+ o SSLv2 support removed
+ o Kerberos ciphersuite support removed
+ o DES and RC4 removed from DEFAULT ciphersuites
+ o 40 and 56 bit cipher support removed
+ o All public header files moved to include/openssl, no more symlinking
+ o SSL/TLS state machine and record layer rewritten
Major changes between OpenSSL 1.0.2d and OpenSSL 1.0.2e [3 Dec 2015]