summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index d984db36ae..e62b1ace67 100644
--- a/NEWS
+++ b/NEWS
@@ -8,9 +8,8 @@ See the end for copying conditions.
** libgnutls: Added new APIs to access the FIPS186-4 "provable" RSA
parameter generation from a seed.
-** libgnutls: Added new simple verification functions. That avoids the need
- to install a callback to perform certificate verification. See
- doc/examples/ex-client-x509.c for usage.
+** libgnutls: Added support for the Ed25519ph signing algorithm in
+ certificates. It implements draft-josefsson-pkix-eddsa-04.
** libgnutls: Be strict in TLS extension decoding. That is, do not tolerate
parsing errors in the extensions field and treat it as a typical Hello
@@ -40,6 +39,7 @@ gnutls_privkey_get_seed: Added
gnutls_privkey_verify_seed: Added
gnutls_decode_ber_digest_info: Added
gnutls_encode_ber_digest_info: Added
+gnutls_ecc_curve_get_pk: Added
* Version 3.4.3 (released 2015-07-12)