summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2020-01-24 07:31:54 +0000
committerDaiki Ueno <ueno@gnu.org>2020-01-24 07:31:54 +0000
commit0f285237b82e99a59a90bd0c22b746c748b63ffb (patch)
treed5455cd66eec64672da0fbbabffb2939503420db /NEWS
parent564756ee10eae57fe23e8a31a463e30e89208217 (diff)
parent3cadae8ec935443f4d645168c56b662cfd380d99 (diff)
downloadgnutls-0f285237b82e99a59a90bd0c22b746c748b63ffb.tar.gz
Merge branch 'tmp-ed448' into 'master'
algorithms: implement X448 key exchange and Ed448 signature scheme See merge request gnutls/gnutls!984
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c599236c3f..25e52b59cf 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,9 @@ See the end for copying conditions.
enabled both on a server and a client. It is recommended for now to disable
TLS 1.3 in setups where GOST ciphersuites are enabled on GnuTLS-based servers.
+** libgnutls: Added support for X448 key exchange (RFC 7748) and Ed448
+ signature algorithm (RFC 8032) under TLS (#984).
+
** libgnutls: The min-verification-profile from system configuration applies
for all certificate verifications, not only under TLS. The configuration can
be overriden using the GNUTLS_SYSTEM_PRIORITY_FILE environment variable.