gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_10_0-11-gca71c


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_10_0-11-gca71c7f
Date: Sat, 24 Jul 2010 08:53:19 +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=ca71c7f33407faeaca6d89a96c9d3466b37234d9

The branch, gnutls_2_10_x has been updated
       via  ca71c7f33407faeaca6d89a96c9d3466b37234d9 (commit)
      from  b1b3ea3c38383282a381aff5fe17aa42fbeeab05 (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 ca71c7f33407faeaca6d89a96c9d3466b37234d9
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Jul 24 10:53:11 2010 +0200

    use RSA-SHA1 as an indicator of RSA certificates.

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

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

diff --git a/lib/gnutls_algorithms.c b/lib/gnutls_algorithms.c
index bdeba0a..28b786d 100644
--- a/lib/gnutls_algorithms.c
+++ b/lib/gnutls_algorithms.c
@@ -2124,6 +2124,7 @@ static const gnutls_pk_entry pk_algorithms[] = {
   {"RSA", PK_PKIX1_RSA_OID, GNUTLS_PK_RSA},
   {"RSA (X.509)", PK_X509_RSA_OID, GNUTLS_PK_RSA}, /* some certificates use 
this OID for RSA */
   {"RSA (MD5)", SIG_RSA_MD5_OID, GNUTLS_PK_RSA}, /* some other broken 
certificates set RSA with MD5 as an indicator of RSA */
+  {"RSA (SHA1)", SIG_RSA_SHA1_OID, GNUTLS_PK_RSA}, /* some other broken 
certificates set RSA with SHA1 as an indicator of RSA */
   {"DSA", PK_DSA_OID, GNUTLS_PK_DSA},
   {"GOST R 34.10-2001", PK_GOST_R3410_2001_OID, 0},
   {"GOST R 34.10-94", PK_GOST_R3410_94_OID, 0},


hooks/post-receive
-- 
GNU gnutls



reply via email to

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