summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTom Vrancken <dev@tomvrancken.nl>2019-10-04 20:50:19 +0200
committerTom Vrancken <dev@tomvrancken.nl>2019-10-04 23:33:49 +0200
commitf7729195c286f805b8038520f99f8d39ea8965de (patch)
treed62b3fdd2024b5aac3815c0123f90153991b4e32 /NEWS
parent4d7ab8830b37593404b622c0526d4dd06a627bcb (diff)
downloadgnutls-f7729195c286f805b8038520f99f8d39ea8965de.tar.gz
Updated NEWS to reflect the added raw public-key handling functionality for gnutls-cli/serv tools.
Signed-off-by: Tom Vrancken <dev@tomvrancken.nl>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a175a1eb7f..e2a10e7746 100644
--- 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