gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_11_7-9-g806826


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_11_7-9-g8068261
Date: Sun, 13 Mar 2011 05:56:00 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=8068261e3f705f102b4e44d82c79ae009772b502

The branch, gnutls_2_12_x has been updated
       via  8068261e3f705f102b4e44d82c79ae009772b502 (commit)
      from  91f4041f466386e1dedfbf95ffacd713574cc000 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8068261e3f705f102b4e44d82c79ae009772b502
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Mar 13 06:55:41 2011 +0100

    Added DSA-SHA256, DSA-SHA224 and RSA-SHA224 to the supported signature 
algorithms list. Suggested by address@hidden

-----------------------------------------------------------------------

Summary of changes:
 lib/gnutls_algorithms.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/lib/gnutls_algorithms.c b/lib/gnutls_algorithms.c
index b6dc819..823d12a 100644
--- a/lib/gnutls_algorithms.c
+++ b/lib/gnutls_algorithms.c
@@ -1958,11 +1958,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


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]