]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
documented fix
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 1 Sep 2012 17:15:28 +0000 (19:15 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 1 Sep 2012 17:15:28 +0000 (19:15 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 9e3208700e4363c914db7f625d44d1d71760f78f..9a2cd4a6da7c08fdd72862bb0cea73936e07bf8b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,10 @@ assume the PKCS #8 file format, instead of ignoring the password.
 
 ** tpmtool: No longer asks for key password in registered keys.
 
+** libgnutls: Be tolerant in ECDSA signature violations (e.g. using
+SHA256 with a SECP384 curve instead of SHA-384), to interoperate with
+openssl.
+
 ** libgnutls: Fixed DSA and ECDSA signature generation in smart
 cards. Thanks to Andreas Schwier from cardcontact.de for providing
 me with ECDSA capable smart cards.