]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 27 Nov 2013 10:40:23 +0000 (11:40 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 27 Nov 2013 10:41:45 +0000 (11:41 +0100)
NEWS

diff --git a/NEWS b/NEWS
index ff1713a3eece7e442e95836ecb3f4a3f05102c31..7ecf7762f9d98d5c9c5e799fd13414a842cee537 100644 (file)
--- 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.