summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-02-19 15:02:36 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-02-19 15:29:37 +0100
commit5c7a1282f19658839c07f5f0108c999348ab6254 (patch)
tree99c0b427e52f4fb5b9d6c7d11eaec8e6bd783c99
parenta2d396d9b98367932dc8f2c9ed8551a57de119f4 (diff)
downloadgnutls-5c7a1282f19658839c07f5f0108c999348ab6254.tar.gz
doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--NEWS9
1 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 97533d8de3..fe23cf6105 100644
--- a/NEWS
+++ b/NEWS
@@ -7,10 +7,17 @@ See the end for copying conditions.
* Version 3.6.3 (unreleased)
-** libgnutls: Introduce function to switch the current FIPS140-2 operational
+** 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.
+** libgnutls: Introduced support for draft-ietf-tls-tls13-21. It includes version
+ negotiation, post handshake authentication, length hiding, multiple OCSP support,
+ consistent ciphersuite support across protocols, hello retry requests, ability
+ to adjust key shares via gnutls_init() flags, certificate authorities extension,
+ and key usage limits. TLS1.3 support needs to be explicitly enabled via a
+ priority string.
+
** API and ABI modifications:
gnutls_fips140_set_mode: Added