From: Nikos Mavrogiannopoulos Date: Sat, 12 Sep 2015 14:20:13 +0000 (+0200) Subject: doc update X-Git-Tag: gnutls_3_5_0~686 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9acbbfb696a0245da0fed39864de896c4b6234e;p=thirdparty%2Fgnutls.git doc update --- diff --git a/NEWS b/NEWS index 2e04f0de5c..5758ac9743 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,9 @@ See the end for copying conditions. * Version 3.5.0 (unreleased) +** 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. @@ -16,6 +19,10 @@ gnutls_session_set_verify_function: Added gnutls_session_auto_verify_cert: Added gnutls_session_auto_verify_cert2: Added gnutls_session_get_verify_cert_status: Added +gnutls_x509_privkey_generate2: Added +gnutls_x509_privkey_get_seed: Added +gnutls_privkey_generate2: Added +gnutls_privkey_get_seed: Added * Version 3.4.3 (released 2015-07-12)