]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Updated NEWS to reflect the added raw public-key handling functionality for gnutls...
authorTom Vrancken <dev@tomvrancken.nl>
Fri, 4 Oct 2019 18:50:19 +0000 (20:50 +0200)
committerTom Vrancken <dev@tomvrancken.nl>
Fri, 4 Oct 2019 21:33:49 +0000 (23:33 +0200)
Signed-off-by: Tom Vrancken <dev@tomvrancken.nl>
NEWS

diff --git a/NEWS b/NEWS
index a175a1eb7f29f0fa80ebe34d5ed8dbedf4832346..e2a10e77466f22f417910c363ac8dd10450201f9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -35,6 +35,9 @@ 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