summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-04-04 11:28:27 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-04-04 15:23:34 +0200
commit170f6a4c1e50d98525b2bd4bc13db1749a7d3ca2 (patch)
tree786f35a8e44d27bb02a8c5a1ebd6eec64e7784ca
parent0f234b05a6667ff36c7c576f7e256832d81ad376 (diff)
downloadgnutls-170f6a4c1e50d98525b2bd4bc13db1749a7d3ca2.tar.gz
doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a4f1fdc801..a5db9610f5 100644
--- a/NEWS
+++ b/NEWS
@@ -47,6 +47,9 @@ See the end for copying conditions.
fail, unless flags intended to enable broken algorithms are set. This
can be reverted on compile time with the configure flag --enable-sha1-support.
+** libgnutls: Added support for PKCS#12 files with no (zero length) salt used in their
+ password encoding, and PKCS#12 files using SHA384 and SHA512 as MAC.
+
** libgnutls: Introduced the %VERIFY_ALLOW_BROKEN and %VERIFY_ALLOW_SIGN_WITH_SHA1
priority string options. These allows enabling all broken and SHA1-based signature
algorithms in certificate verification, respectively.