summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2019-05-28 06:45:56 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2019-05-28 06:45:56 +0200
commit5ae758958069811e34b94854af9c7082e0fabb93 (patch)
tree1f9466c72aeebb6fb2c74f0426e1c67f83b69df5
parentc155923fc8bd68df7ece4eea9cf421fddbfa6ca4 (diff)
downloadgnutls-5ae758958069811e34b94854af9c7082e0fabb93.tar.gz
released 3.6.8
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--NEWS19
1 files changed, 10 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index ec423cd945..9268a0ee24 100644
--- a/NEWS
+++ b/NEWS
@@ -5,31 +5,32 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc.
Copyright (C) 2013-2019 Nikos Mavrogiannopoulos
See the end for copying conditions.
-* Version 3.6.8 (unreleased)
+* Version 3.6.8 (released 2019-05-28)
-** libgnutls: Added support for AES-XTS cipher (#354)
-
-** libgnutls: Added new function to retrieve early keying material (#329)
+** libgnutls: Added gnutls_prf_early() function to retrieve early keying
+ material (#329)
-** libgnutls: the gnutls_srp_set_server_credentials_function can be used
- with the 8192 parameters as well (#995).
+** libgnutls: Added support for AES-XTS cipher (#354)
** libgnutls: Fix calculation of Streebog digests (incorrect carry operation in
512 bit addition)
-** libgnutls: Apply STD3 ASCII rules in gnutls_idna_map() to prevent
- hostname/domain crafting via IDNA conversion (#720)
-
** libgnutls: During Diffie-Hellman operations in TLS, verify that the peer's
public key is on the right subgroup (y^q=1 mod p), when q is available (under
TLS 1.3 and under earlier versions when RFC7919 parameters are used).
+** libgnutls: the gnutls_srp_set_server_credentials_function can now be used
+ with the 8192 parameters as well (#995).
+
** libgnutls: Fixed bug preventing the use of gnutls_pubkey_verify_data2() and
gnutls_pubkey_verify_hash2() with the GNUTLS_VERIFY_DISABLE_CA_SIGN flag (#754)
** libgnutls: The priority string option %ALLOW_SMALL_RECORDS was added to allow
clients to communicate with the server advertising smaller limits than 512
+** libgnutls: Apply STD3 ASCII rules in gnutls_idna_map() to prevent
+ hostname/domain crafting via IDNA conversion (#720)
+
** certtool: allow the digital signature key usage flag in CA certificates.
Previously certtool would ignore this flag for CA certificates even if
specified (#767)