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_7-14-g4f21497


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_7-14-g4f21497
Date: Tue, 20 Oct 2009 09:28:10 +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=4f214970374c474692dd18032246a14b2e3686c5

The branch, master has been updated
       via  4f214970374c474692dd18032246a14b2e3686c5 (commit)
      from  e900d62c839e206214d1eac01e9a78fbcf7b33bf (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 4f214970374c474692dd18032246a14b2e3686c5
Author: Simon Josefsson <address@hidden>
Date:   Tue Oct 20 11:27:13 2009 +0200

    Fix expired cert.

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

Summary of changes:
 tests/chainverify.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/tests/chainverify.c b/tests/chainverify.c
index f394a28..19b27eb 100644
--- a/tests/chainverify.c
+++ b/tests/chainverify.c
@@ -701,8 +701,11 @@ static struct
   { "rsa-md5 not ok", mayfirst_chain, &mayfirst_chain[1],
     GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD2,
     GNUTLS_CERT_INSECURE_ALGORITHM | GNUTLS_CERT_INVALID },
+  { "rsa-md5 not ok2", mayfirst_chain, &mayfirst_chain[1],
+    GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD5,
+    GNUTLS_CERT_EXPIRED | GNUTLS_CERT_INVALID },
   { "rsa-md5 ok", mayfirst_chain, &mayfirst_chain[1],
-    GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD5, 0 },
+    GNUTLS_VERIFY_DISABLE_TIME_CHECKS | GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD5, 0 },
   { "v1ca fail", v1ca, &v1ca[2],
     0, GNUTLS_CERT_SIGNER_NOT_CA | GNUTLS_CERT_INVALID },
   { "v1ca expired", v1ca, &v1ca[2],


hooks/post-receive
-- 
GNU gnutls




reply via email to

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