summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-02-12 15:16:01 +0000
committerMatt Caswell <matt@openssl.org>2018-02-12 22:38:13 +0000
commit1c5b57bc0ae5e2d0efc245cd8dd227ea4a0a41f2 (patch)
tree63bd53872a194e75184535c33150f8936473233d /NEWS
parent034d55cd5c82517418708a0b41b94f20911774c0 (diff)
downloadopenssl-new-1c5b57bc0ae5e2d0efc245cd8dd227ea4a0a41f2.tar.gz
Update NEWS file for new release
Updated the NEWS file with the most significant items from CHANGES Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5333)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 425fbd53fb..7a15e8653f 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,14 @@
o Allow GNU style "make variables" to be used with Configure.
o Add a STORE module (OSSL_STORE)
o Claim the namespaces OSSL and OPENSSL, represented as symbol prefixes
+ o Add multi-prime RSA (RFC 8017) support
+ o Add SM3 implemented according to GB/T 32905-2016
+ o Add SM4 implemented according to GB/T 32907-2016.
+ o Add 'Maximum Fragment Length' TLS extension negotiation and support
+ o Add ARIA support
+ o Add SHA3
+ o Rewrite of devcrypto engine
+ o Add support for SipHash
Major changes between OpenSSL 1.1.0g and OpenSSL 1.1.0h [under development]