[git] GCRYPT - branch, master, updated. libgcrypt-1.6.0-374-g5e5d3b9

by Werner Koch cvs at cvs.gnupg.org
Thu Apr 7 17:24:33 CEST 2016


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 "The GNU crypto library".

The branch, master has been updated
       via  5e5d3b90e22a3caa6b48af3b5582d800a9fb73ad (commit)
      from  65c63144b66392f40b991684789b8b793248e3ba (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 5e5d3b90e22a3caa6b48af3b5582d800a9fb73ad
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Apr 7 09:21:44 2016 +0200

    Silence warning about missing HMAC-SHA3 selftests.
    
    --
    
    We do not have a reliable source for test vectors.

diff --git a/cipher/hmac-tests.c b/cipher/hmac-tests.c
index 46e1b22..8c04708 100644
--- a/cipher/hmac-tests.c
+++ b/cipher/hmac-tests.c
@@ -707,8 +707,8 @@ run_selftests (int algo, int extended, selftest_report_func_t report)
     case GCRY_MD_SHA3_384:
     case GCRY_MD_SHA3_512:
       ec = 0;  /* FIXME: Add selftests.  */
-#ifdef __GNUC__
-# warning Please add the self text functions
+#if defined(__GNUC__) && defined(IS_DEVELOPMENT_VERSION)
+# warning Please add self test functions for HMAC-SHA3
 #endif
       break;
 

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

Summary of changes:
 cipher/hmac-tests.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The GNU crypto library
http://git.gnupg.org


_______________________________________________
Gnupg-commits mailing list
Gnupg-commits at gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-commits




More information about the Gcrypt-devel mailing list