From: Nikos Mavrogiannopoulos Date: Sat, 30 Nov 2013 18:19:22 +0000 (+0100) Subject: doc update X-Git-Tag: gnutls_3_3_0pre0~512 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c141f1b5a21144a661ca6137ed8d7f787f6738ef;p=thirdparty%2Fgnutls.git doc update --- diff --git a/NEWS b/NEWS index 7ecf7762f9..acc0b827a2 100644 --- a/NEWS +++ b/NEWS @@ -5,14 +5,14 @@ See the end for copying conditions. * Version 3.3.0 (unreleased) +** libgnutls: The initialization of the library was moved to a +constructor. + ** libgnutls: gnutls_global_init2() was added to allow splitting initialization to a minimal part (which can be part of a library constructor) and the rest, which includes things that cannot be in a constructor such as the PKCS #11 initialization. -* Added --disable-non-suiteb-curves option to configure. This option -restricts the supported curves to SuiteB curves. - ** libgnutls: Added --enable-fips140-mode configuration option. That option enables: o FIPS-186-4 compliant DSA and DH key generation (using provable primes) @@ -30,6 +30,9 @@ option enables: ** libgnutls: Depend on p11-kit 0.19.1 or later. +* configure: Added --disable-non-suiteb-curves option. This option +restricts the supported curves to SuiteB curves. + ** API and ABI modifications: gnutls_privkey_generate: Added gnutls_global_init2: Added