From: Nikos Mavrogiannopoulos Date: Sat, 1 Sep 2012 17:15:28 +0000 (+0200) Subject: documented fix X-Git-Tag: gnutls_3_1_2~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cece3b49a562175c362d6495b2790e8759d258a1;p=thirdparty%2Fgnutls.git documented fix --- diff --git a/NEWS b/NEWS index 9e3208700e..9a2cd4a6da 100644 --- 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.