]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 22 Sep 2016 09:07:45 +0000 (11:07 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 22 Sep 2016 09:07:45 +0000 (11:07 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 0b2da3d5d979a4344adb4b0ccb98478d1a49b7dc..45b5e9decf238a78af91db0ec59fdd830fdcec97 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,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:
 gnutls_certificate_set_ocsp_status_request_function2: Added
 GNUTLS_E_PK_INVALID_PUBKEY: Added