summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.