]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 16 Jul 2018 06:27:54 +0000 (08:27 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 16 Jul 2018 06:28:16 +0000 (08:28 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
NEWS

diff --git a/NEWS b/NEWS
index 0524bef958f1955958599cec7e791835e99b5fa6..69e078c237b0b87a92edafcbf71e4e2be5af6d15 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc.
 Copyright (C) 2013-2017 Nikos Mavrogiannopoulos
 See the end for copying conditions.
 
-* Version 3.6.3 (unreleased)
+* Version 3.6.3 (released 2018-07-16)
 
 ** libgnutls: Introduced support for draft-ietf-tls-tls13-28. It includes version
    negotiation, post handshake authentication, length hiding, multiple OCSP support,
@@ -53,9 +53,8 @@ See the end for copying conditions.
 
 ** Improved counter-measures for TLS CBC record padding. Kenny Paterson, Eyal Ronen
    and Adi Shamir reported that the existing counter-measures had certain issues and
-   were insufficient when the attacker could access the cache and perform chosen-
-   plaintext. This affected the legacy CBC ciphersuites when the encrypt-then-MAC
-   TLS feature was not supported by the peer.
+   were insufficient when the attacker has additional access to the CPU cache and 
+   performs a chosen-plaintext attack. This affected the legacy CBC ciphersuites. [CVSS: medium]
 
 ** Introduced the %FORCE_ETM priority string option. This option prevents the negotiation
    of legacy CBC ciphersuites unless encrypt-then-mac is negotiated.