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 11:14:23 +0100
commitc0ee04a69d5f5115c2c6a9a721d04dcddbdb9867 (patch)
treebabad71c9dcbef000c936315dbca4b8856bcd3c6
parent0f5e9ef40597f2d3d7cb0bd4cb21b497564e80e0 (diff)
downloadgnutls-c0ee04a69d5f5115c2c6a9a721d04dcddbdb9867.tar.gz
doc update
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.