diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-03-23 19:48:43 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-03-23 19:48:43 +0100 |
commit | 364e5ad140763763bdaf626c8b7dcc650956c97b (patch) | |
tree | 9b123a9b1ad8b8a692ccd53e8c26b0d8800996fb | |
parent | de85e5b92df0ef74157a38a84b252315bdefe9a7 (diff) | |
download | gnutls-364e5ad140763763bdaf626c8b7dcc650956c97b.tar.gz |
documented fix
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |