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_3_0_8-26-gff5348e


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_8-26-gff5348e
Date: Thu, 01 Dec 2011 18:42: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=ff5348e1a704f1a41403a95dcffaa89c78842a64

The branch, master has been updated
       via  ff5348e1a704f1a41403a95dcffaa89c78842a64 (commit)
      from  5f34acc1f7c10877515cdbfdffcd890f32d73e31 (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 ff5348e1a704f1a41403a95dcffaa89c78842a64
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Dec 1 19:27:57 2011 +0100

    cipher-test is now run without valgrind

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

Summary of changes:
 tests/Makefile.am              |    2 +-
 tests/slow/Makefile.am         |    2 +-
 tests/{ => slow}/cipher-test.c |   11 +++++------
 3 files changed, 7 insertions(+), 8 deletions(-)
 rename tests/{ => slow}/cipher-test.c (99%)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2cb4fd1..dc6d83e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -64,7 +64,7 @@ ctests = mini-deflate simple gc set_pkcs12_cred certder 
certuniqueid  \
         crq_key_id x509sign-verify cve-2009-1415 cve-2009-1416         \
         crq_apis init_roundtrip pkcs12_s2k_pem dn2 mini-eagain         \
         nul-in-x509-names x509_altname pkcs12_encode mini-x509         \
-        mini-x509-rehandshake rng-fork mini-eagain-dtls cipher-test    \
+        mini-x509-rehandshake rng-fork mini-eagain-dtls        \
         x509cert x509cert-tl infoaccess
 
 if ENABLE_OPENSSL
diff --git a/tests/slow/Makefile.am b/tests/slow/Makefile.am
index fda6f33..c8d93dc 100644
--- a/tests/slow/Makefile.am
+++ b/tests/slow/Makefile.am
@@ -27,7 +27,7 @@ AM_LDFLAGS = -no-install
 LDADD = ../libutils.la \
        ../../lib/libgnutls.la $(LTLIBGCRYPT) $(LIBSOCKET)
 
-ctests = gendh keygen
+ctests = gendh keygen cipher-test
 
 check_PROGRAMS = $(ctests)
 TESTS = $(ctests)
diff --git a/tests/cipher-test.c b/tests/slow/cipher-test.c
similarity index 99%
rename from tests/cipher-test.c
rename to tests/slow/cipher-test.c
index dfb7ae7..a41aac0 100644
--- a/tests/cipher-test.c
+++ b/tests/slow/cipher-test.c
@@ -1,9 +1,3 @@
-/*
- * Demo on how to use /dev/ncr device for HMAC.
- *
- * Placed under public domain.
- *
- */
 #include <stdint.h>
 #include <stdio.h>
 #include <string.h>
@@ -11,6 +5,11 @@
 #include <gnutls/gnutls.h>
 #include <gnutls/crypto.h>
 
+/* This does check the AES and SHA implementation against test vectors.
+ * This should not run under valgrind in order to use the native
+ * cpu instructions (AES-NI or padlock).
+ */
+
 struct aes_vectors_st
 {
     const uint8_t *key;


hooks/post-receive
-- 
GNU gnutls



reply via email to

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