BIND 10 master, updated. c37ebedf94c5dbbed3c685272a0cdc4bea67fb04 [master] temporarily disabled the HMAC_SHA224_RFC4231_SIGN test due to #951 agreed on jabber.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri May 20 22:36:41 UTC 2011
The branch, master has been updated
via c37ebedf94c5dbbed3c685272a0cdc4bea67fb04 (commit)
from b0dfec1a5000ad22ef4dfa9c21c89e90b0e68673 (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 c37ebedf94c5dbbed3c685272a0cdc4bea67fb04
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri May 20 22:35:29 2011 +0000
[master] temporarily disabled the HMAC_SHA224_RFC4231_SIGN test due to #951
agreed on jabber.
-----------------------------------------------------------------------
Summary of changes:
src/lib/cryptolink/tests/crypto_unittests.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/cryptolink/tests/crypto_unittests.cc b/src/lib/cryptolink/tests/crypto_unittests.cc
index 9cc4a14..339eb1b 100644
--- a/src/lib/cryptolink/tests/crypto_unittests.cc
+++ b/src/lib/cryptolink/tests/crypto_unittests.cc
@@ -473,7 +473,7 @@ TEST(CryptoLinkTest, HMAC_SHA256_RFC4231_SIGN) {
//
// Test values taken from RFC 4231, test optional algorithm 224,384,512
//
-TEST(CryptoLinkTest, HMAC_SHA224_RFC4231_SIGN) {
+TEST(CryptoLinkTest, DISABLED_HMAC_SHA224_RFC4231_SIGN) {
const uint8_t hmac_expected1[] = {
0x89,0x6f,0xb1,0x12,0x8a,0xbb,0xdf,0x19,0x68,0x32,0x10,0x7c,
0xd4,0x9d,0xf3,0x3f,0x47,0xb4,0xb1,0x16,0x99,0x12,0xba,0x4f,
More information about the bind10-changes
mailing list