summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-22 12:11:26 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-22 12:11:26 +0200
commitc3504f4ce4e6f78ac15232ea9115829763f2c075 (patch)
treeb038a97c397c78c73b8497bbb8ee682008eeaa74
parentdf1a508bcc45628c415ea956748aebeb470ed8df (diff)
downloadgnutls-c3504f4ce4e6f78ac15232ea9115829763f2c075.tar.gz
doc update
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8f0416c6cb..db66c394b6 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,11 @@ See the end for copying conditions.
This will allow the library to cope better with larger packets, as
the ones offered by current TLS 1.3 drafts.
+** libgnutls: Allow to use client certificates despite them containing
+ disallowed algorithms for a session. That allows for example a client
+ to use DSA-SHA1 due to his old DSA certificate, without requiring him
+ to enable DSA-SHA1 (and thus make it acceptable for the server's certificate).
+
** API and ABI modifications:
No changes since last version.