From: Nikos Mavrogiannopoulos Date: Wed, 27 Nov 2013 10:40:23 +0000 (+0100) Subject: doc update X-Git-Tag: gnutls_3_3_0pre0~520^2~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5b341f29cd79a3c9f97ad1a3c5182eacd4eaa308;p=thirdparty%2Fgnutls.git doc update --- diff --git a/NEWS b/NEWS index ff1713a3ee..7ecf7762f9 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,9 @@ 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) @@ -24,7 +27,6 @@ option enables: o All keys (temporal and long term) are zeroized after use. o Security levels are adjusted to the FIPS140-2 recommendations (rather than ECRYPT). - o The ECC curves are restricted to SuiteB curves. ** libgnutls: Depend on p11-kit 0.19.1 or later.