[sr #107622] SIGN-RSA224, SIGN-DSA-224, and SIGN-DSA-256 not supported in priority string
anonymous
INVALID.NOREPLY at gnu.org
Sun Mar 13 05:01:28 CET 2011
URL:
<http://savannah.gnu.org/support/?107622>
Summary: SIGN-RSA224, SIGN-DSA-224, and SIGN-DSA-256 not
supported in priority string
Project: GnuTLS
Submitted by: None
Submitted on: sön 13 mar 2011 04.01.27
Category: None
Priority: 5 - Normal
Severity: 3 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Email: teddy at fukt.bsnet.se
Open/Closed: Open
Discussion Lock: Any
Operating System: GNU/Linux
_______________________________________________________
Details:
It is not possible to specify SIGN-RSA224, SIGN-DSA-224, or SIGN-DSA-256 in a
priority string. Suggested patch:
--- lib/gnutls_algorithms.c.~1~ 2011-03-02 18:39:13.000000000 +0100
+++ lib/gnutls_algorithms.c 2011-03-13 04:11:44.000000000 +0100
@@ -1958,11 +1958,14 @@
/* Keep the contents of this struct the same as the previous one. */
static const gnutls_sign_algorithm_t supported_sign[] = {
GNUTLS_SIGN_RSA_SHA1,
+ GNUTLS_SIGN_RSA_SHA224,
GNUTLS_SIGN_RSA_SHA256,
GNUTLS_SIGN_RSA_SHA384,
GNUTLS_SIGN_RSA_SHA512,
GNUTLS_SIGN_RSA_RMD160,
GNUTLS_SIGN_DSA_SHA1,
+ GNUTLS_SIGN_DSA_SHA224,
+ GNUTLS_SIGN_DSA_SHA256,
GNUTLS_SIGN_RSA_MD5,
GNUTLS_SIGN_RSA_MD2,
0
/Teddy Hogeborn
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/support/?107622>
_______________________________________________
Meddelandet skickades via/av Savannah
http://savannah.gnu.org/
More information about the Gnutls-devel
mailing list