]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update [ci skip]
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 17 Jan 2018 16:35:54 +0000 (17:35 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 17 Jan 2018 17:06:43 +0000 (18:06 +0100)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
NEWS

diff --git a/NEWS b/NEWS
index d456513b4b0c2a822bb86f3da2a362565e6906aa..9af0883325e6f60dd5088352d5e5dcb70f4861ef 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,11 +7,6 @@ See the end for copying conditions.
 
 * Version 3.6.2 (unreleased)
 
-** libgnutls: The SRP authentication will reject any parameters outside
-   RFC5054. This protects any client from potential MitM due to insecure
-   parameters. That also brings SRP in par with the RFC7919 changes to
-   Diffie-Hellman.
-
 ** libgnutls: When verifying against a self signed certificate ignore issuer.
    That is, ignore issuer when checking the issuer's parameters strength, resolving
    issue #347 which caused self signed certificates to be additionally marked as of
@@ -22,6 +17,21 @@ See the end for copying conditions.
    padding (as 1 byte), while at the same time considers the rest of the
    padding as part of data MTU.
 
+** 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.
+
+** libgnutls: The SRP authentication will reject any parameters outside
+   RFC5054. This protects any client from potential MitM due to insecure
+   parameters. That also brings SRP in par with the RFC7919 changes to
+   Diffie-Hellman.
+
+** libgnutls: Added the 8192-bit parameters of SRP to the accepted parameters
+   for SRP authentication.
+
+** srptool: the --create-conf option no longer includes 1024-bit parameters.
+
 ** API and ABI modifications:
 No changes since last version.