diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-07-12 15:14:39 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-07-13 08:52:22 +0200 |
commit | 7f74ddbd0bfab5c45ef7d3bd59a806ed6fa6082a (patch) | |
tree | 6c94c08d24621d5ed83e719d860a888586126697 /NEWS | |
parent | bc1fc07e6bfaa526a1292f8ca81451884bb53400 (diff) | |
download | gnutls-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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |