summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-11-30 19:19:22 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-11-30 19:19:22 +0100
commitc141f1b5a21144a661ca6137ed8d7f787f6738ef (patch)
treebffc36e23e0aeb0f0e9fc9a04a06a55366235c0a /NEWS
parentfe0cc1a281a446abcd3cdd83414d99be35ad5fb1 (diff)
downloadgnutls-c141f1b5a21144a661ca6137ed8d7f787f6738ef.tar.gz
doc update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 6 insertions, 3 deletions
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