diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2017-10-21 02:18:07 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2017-10-21 02:18:07 +0200 |
commit | 702ce4f435582025bd11e857dff622fc9787f06c (patch) | |
tree | bd9b47b824ac964d660efbfc4769fc9d5d75fb9a /NEWS | |
parent | fbb8eafb7aac20a6361d4dbd56745512b5f3057d (diff) | |
download | gnutls-702ce4f435582025bd11e857dff622fc9787f06c.tar.gz |
doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,7 +5,7 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc. Copyright (C) 2013-2017 Nikos Mavrogiannopoulos See the end for copying conditions. -* Version 3.6.1 (unreleased) +* Version 3.6.1 (released 2017-10-21) ** libgnutls: Fixed interoperability issue with openssl when safe renegotiation was used. Resolves gitlab issue #259. @@ -31,6 +31,8 @@ See the end for copying conditions. after the DSA algorithm became disabled by default, and is no longer necessary as DSA is now being universally depracated. +** p11tool: Mark all generated objects as sensitive by default. + ** p11tool: added options --sign-params and --hash. This allows testing signature with multiple algorithms, including RSA-PSS. |