]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added DSA-SHA256, DSA-SHA224 and RSA-SHA224 to the supported signature algorithms...
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 13 Mar 2011 05:55:41 +0000 (06:55 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 13 Mar 2011 05:57:48 +0000 (06:57 +0100)
lib/gnutls_algorithms.c

index f5063f184db9f61aa053b185669430061c85c4d1..79a71679f8df0e097010b90c66cdbf26c629cae5 100644 (file)
@@ -2014,11 +2014,14 @@ static const gnutls_sign_entry sign_algorithms[] = {
 /* 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