summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-12-18 13:52:00 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-12-18 14:43:22 +0100
commit7541cd9673c8f7170ccf6104233c15170c3ca336 (patch)
tree631be33c7f9f27587aed03c0ce431e9c8f36e7f5
parent613ccc14ba25beb09d2a81a27348b1793908bae0 (diff)
downloadgnutls-eddsa.tar.gz
doc updateeddsa
-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)