gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-308-g5a6fc6f


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-308-g5a6fc6f
Date: Mon, 19 Jul 2010 11:37:52 +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=5a6fc6ffc658c6218afc83223bd3d890b0bc4c92

The branch, master has been updated
       via  5a6fc6ffc658c6218afc83223bd3d890b0bc4c92 (commit)
      from  5b9c9b55e8947aebd607d072f620d84b3c98a19c (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 5a6fc6ffc658c6218afc83223bd3d890b0bc4c92
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Mon Jul 19 13:37:34 2010 +0200

    Added RSA with SHA224.

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

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

diff --git a/lib/gnutls_algorithms.c b/lib/gnutls_algorithms.c
index b8aec37..1f2ad36 100644
--- a/lib/gnutls_algorithms.c
+++ b/lib/gnutls_algorithms.c
@@ -1898,6 +1898,8 @@ typedef struct gnutls_sign_entry gnutls_sign_entry;
 static const gnutls_sign_entry sign_algorithms[] = {
   {"RSA-SHA1", SIG_RSA_SHA1_OID, GNUTLS_SIGN_RSA_SHA1, GNUTLS_PK_RSA,
    GNUTLS_MAC_SHA1, {2, 1}},
+  {"RSA-SHA224", SIG_RSA_SHA224_OID, GNUTLS_SIGN_RSA_SHA224, GNUTLS_PK_RSA,
+   GNUTLS_MAC_SHA224, {3, 1}},
   {"RSA-SHA256", SIG_RSA_SHA256_OID, GNUTLS_SIGN_RSA_SHA256, GNUTLS_PK_RSA,
    GNUTLS_MAC_SHA256, {4, 1}},
   {"RSA-SHA384", SIG_RSA_SHA384_OID, GNUTLS_SIGN_RSA_SHA384, GNUTLS_PK_RSA,
diff --git a/lib/x509/common.h b/lib/x509/common.h
index 3ab4644..34981bd 100644
--- a/lib/x509/common.h
+++ b/lib/x509/common.h
@@ -56,6 +56,7 @@
 #define SIG_RSA_MD5_OID "1.2.840.113549.1.1.4"
 #define SIG_RSA_MD2_OID "1.2.840.113549.1.1.2"
 #define SIG_RSA_SHA1_OID "1.2.840.113549.1.1.5"
+#define SIG_RSA_SHA224_OID "1.2.840.113549.1.1.14"
 #define SIG_RSA_SHA256_OID "1.2.840.113549.1.1.11"
 #define SIG_RSA_SHA384_OID "1.2.840.113549.1.1.12"
 #define SIG_RSA_SHA512_OID "1.2.840.113549.1.1.13"


hooks/post-receive
-- 
GNU gnutls



reply via email to

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