summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-02-06 17:27:25 +0000
committerMatt Caswell <matt@openssl.org>2018-02-07 21:34:18 +0000
commitf518cef40c431188b4910ca9bd8ef3778f599bb5 (patch)
tree349bb1a8356f86a09c0a4bc0b3a53e058882bc02 /NEWS
parentc517ac4c3f6d48cf35b75f148515ce7f3677a03b (diff)
downloadopenssl-new-f518cef40c431188b4910ca9bd8ef3778f599bb5.tar.gz
Enable TLSv1.3 by default
[extended tests] Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5266)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0fb5314d80..425fbd53fb 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@
Major changes between OpenSSL 1.1.0f and OpenSSL 1.1.1 [under development]
+ o Support for TLSv1.3 added
o Move the display of configuration data to configdata.pm.
o Allow GNU style "make variables" to be used with Configure.
o Add a STORE module (OSSL_STORE)