summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-07-12 15:14:39 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-07-13 08:52:22 +0200
commit7f74ddbd0bfab5c45ef7d3bd59a806ed6fa6082a (patch)
tree6c94c08d24621d5ed83e719d860a888586126697 /NEWS
parentbc1fc07e6bfaa526a1292f8ca81451884bb53400 (diff)
downloadgnutls-7f74ddbd0bfab5c45ef7d3bd59a806ed6fa6082a.tar.gz
The SSL 3.0 protocol is disabled on compile time by default
It can be re-enabled by specifying --enable-ssl3-support on configure script. This is the first step before removing support for the protocol completely. Relates #103 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 304508eefe..ff32cf7cc6 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,9 @@ See the end for copying conditions.
priority strings, as they are undefined under TLS1.3 and they provide not advantage
over other options in earlier protocols.
+** The SSL 3.0 protocol is disabled on compile-time by default. It can be re-enabled
+ by specifying --enable-ssl3-support on configure script.
+
** libgnutls: Introduced function to switch the current FIPS140-2 operational
mode, i.e., strict vs a more lax mode which will allow certain non FIPS140-2
operations.