summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-11-04 17:31:38 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-11-06 15:41:33 +0100
commiteeb2b43b5e54d950b7178cec091ae1b86d0582e4 (patch)
tree5995fdcaf94ef0833f7bcbf06836a5708b6efd85
parent9638a7db5212a2af83aec7617038ce586c1099e4 (diff)
downloadgnutls-tmp-gnutls_3_5_x-pkcs11-loading-fix.tar.gz
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 857f0ad338..63a0c765f8 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,17 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc.
Copyright (C) 2013-2017 Nikos Mavrogiannopoulos
See the end for copying conditions.
+* Version 3.5.17 (unreleased)
+
+** libgnutls: Address issue of loading of all PKCS#11 modules on startup
+ on systems with a PKCS#11 trust store (as opposed to a file trust store).
+ Introduced a multi-stage initialization which loads the trust modules, and
+ other modules are deferred for the first pure PKCS#11 request.
+
+** API and ABI modifications:
+No changes since last version.
+
+
* Version 3.5.16 (released 2017-10-21)
** libgnutls: Fixed issue which causes 1-byte handshake fragments to be refused.