summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-11-09 22:01:04 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-11-15 17:18:07 +0100
commit47bfbbf50ff48b0946ca921aa94c914b2e2defce (patch)
tree79a7f6fa6b38272fb2ddc4c2efe7a892aabfd3e2
parentc3ff92cc2d713f250aff3bb7bdcfb391649a03cc (diff)
downloadgnutls-47bfbbf50ff48b0946ca921aa94c914b2e2defce.tar.gz
doc update
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a797dc2eb0..9f5d957566 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ See the end for copying conditions.
* Version 3.3.19 (unreleased)
+** libgnutls: Properly require TLS 1.2 to all the CBC-SHA256 and CBC-SHA384
+ ciphersuites. This solves an interoperability issue with openssl.
+ Reported by Viktor Dukhovni.
+
** libgnutls: Fixed memory leak in gnutls_pubkey_get_preferred_hash_algorithm(),
patch by Lennert Buytenhek.