From: Nikos Mavrogiannopoulos Date: Sat, 5 Oct 2019 01:27:01 +0000 (+0200) Subject: NEWS: added entry for 3.6.11 X-Git-Tag: gnutls_3_6_11~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e75303ec4019a506f0fbcd02be30bbec61db647a;p=thirdparty%2Fgnutls.git NEWS: added entry for 3.6.11 Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/NEWS b/NEWS index e2a10e7746..f29ec78c82 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,15 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc. Copyright (C) 2013-2019 Nikos Mavrogiannopoulos See the end for copying conditions. +* Version 3.6.11 (unreleased) + +** gnutls-cli/serv: added raw public-key handling capabilities (RFC7250). + Key material can be set via the --rawpkkeyfile and --rawpkfile flags. + +** API and ABI modifications: +No changes since last version. + + * Version 3.6.10 (released 2019-09-29) ** libgnutls: Added support for deterministic ECDSA/DSA (RFC6979) @@ -35,9 +44,6 @@ See the end for copying conditions. ** certtool: when outputting an encrypted private key do not insert the textual description of it. This fixes a regression since 3.6.5 (#840). -** gnutls-cli/serv: added raw public-key handling capabilities (RFC7250). - Key material can be set via the --rawpkkeyfile and --rawpkfile flags. - ** API and ABI modifications: gnutls_aead_cipher_encryptv2: Added gnutls_aead_cipher_decryptv2: Added