summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-23 19:48:43 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-23 19:48:43 +0100
commit364e5ad140763763bdaf626c8b7dcc650956c97b (patch)
tree9b123a9b1ad8b8a692ccd53e8c26b0d8800996fb
parentde85e5b92df0ef74157a38a84b252315bdefe9a7 (diff)
downloadgnutls-364e5ad140763763bdaf626c8b7dcc650956c97b.tar.gz
documented fix
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1e8368a163..ad041bb937 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ See the end for copying conditions.
** certtool: Warns on generation of DSA keys of over 1024 bits, about
the incompatibility with TLS other than 1.2.
+** libgnutls: Modified signature algorithm selection in client
+certificate request, to avoid failures in DSA certificates.
+
** libgnutls: Instead of failing with internal error, return
GNUTLS_E_INCOMPAT_DSA_KEY_WITH_TLS_PROTOCOL if an incompatible DSA
key with the negotiated protocol is encountered.