diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-07-03 08:31:13 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-07-07 08:26:47 +0200 |
commit | 96627928cdf5311fc3fae5c01fccdfbf6140d45f (patch) | |
tree | 5179c0983689b7e4bf2fb6dd763758e5aed13302 /NEWS | |
parent | efa1c03822cd90cf29fed8059409fe120d229bb4 (diff) | |
download | gnutls-96627928cdf5311fc3fae5c01fccdfbf6140d45f.tar.gz |
protocols: bumped TLS1.3 protocol to draft-28
Resolves #506
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -7,17 +7,17 @@ See the end for copying conditions. * Version 3.6.3 (unreleased) -** 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-26. It includes version +** libgnutls: Introduced support for draft-ietf-tls-tls13-28. 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. +** 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. + ** Added support for Russian Public Key Infrastructure according to RFCs 4491/4357/7836. This adds support for using GOST keys for digital signatures and under PKCS#7, PKCS#12, and PKCS#8 standards. In particular added elliptic curves GOST R 34.10-2001 CryptoProA |