summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2021-08-11 17:31:40 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2021-09-17 16:33:27 -0400
commit78449e86c22dbad71c634cb18fb264a37d479e32 (patch)
treeba229c8d8a5e448f1334b2ed3c83bf2576430887
parent30f3e456621a42ad38c5f153702af611e4a02625 (diff)
downloadgnutls-78449e86c22dbad71c634cb18fb264a37d479e32.tar.gz
NEWS: added news about certtool handling x448 and x25519
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0fcd043aa3..0ae6410098 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,9 @@ See the end for copying conditions.
* Version 3.7.3 (unreleased)
+** certtool: Certtool can now generate, manipulate, and evaluate x25519 and
+ x448 public keys, private keys, and certificates.
+
** API and ABI modifications:
GNUTLS_PRIVKEY_FLAG_RSA_PSS_FIXED_SALT_LENGTH: new flag in gnutls_privkey_flags_t
GNUTLS_VERIFY_RSA_PSS_FIXED_SALT_LENGTH: new flag in gnutls_certificate_verify_flags