summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-12-24 15:51:17 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-02-05 07:37:17 +0100
commit556bfd472707af69c1bca3270570ee7e439aa7f1 (patch)
treebabad71c9dcbef000c936315dbca4b8856bcd3c6
parente3a92f4e45072804aa0eee16c77920006f11658c (diff)
downloadgnutls-no-3des.tar.gz
doc updateno-3des
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 36cae9f067..18365f499d 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,10 @@ See the end for copying conditions.
** libgnutls: Refuse gnutls_record_send() and gnutls_record_recv()
calls prior to handshake being complete. Addresses gitlab issue #158.
+** libgnutls: 3DES-CBC is no longer included in the default priorities
+ list. It has to be explicitly enabled, e.g., with a string like
+ "NORMAL:+3DES-CBC".
+
** certtool: the option '--load-ca-certificate' can now accept PKCS#11
URLs in addition to files.