summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-09-24 12:26:13 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-09-24 12:26:13 +0200
commit3dc33cdcfa3cbcc2bbae14da40d1a235fa455825 (patch)
tree42a6a52ba100f33ff1667bc05cf6f7676bbde817
parent9807200e33612b401c63e71d3ee357e23b6f7735 (diff)
downloadgnutls-3dc33cdcfa3cbcc2bbae14da40d1a235fa455825.tar.gz
doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b4aa9bd13e..97ef70034b 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,11 @@ See the end for copying conditions.
** libgnutls: Fixed interoperability issue with openssl when safe renegotiation was
used. Resolves gitlab issue #259.
+** libgnutls: When selecting a client side signature algorithm, prefer the signature
+ schemes in the enabled list (Since 3.5.5 client certificates can be used even
+ if they contain disallowed algorithms for a session, to allow utilizing old
+ client certificates -like DSA-SHA1 without enabling DSA for the server certificate).
+
** p11tool: The options --set-pin and --set-so-pin can be used with all operations
not only with --initialize.