diff options
author | Jelte Jansen <jelte@isc.org> | 2011-05-23 15:29:28 +0200 |
---|---|---|
committer | Jelte Jansen <jelte@isc.org> | 2011-05-23 15:29:28 +0200 |
commit | 76ae47d1f6061a09f4a8e20852a9874ea28a4e19 (patch) | |
tree | 892e31cca5a483f18eb0d021aa11cab1630b76be /src/lib/cryptolink/tests | |
parent | [trac951] workaround for debian build problem (diff) | |
download | kea-76ae47d1f6061a09f4a8e20852a9874ea28a4e19.tar.xz kea-76ae47d1f6061a09f4a8e20852a9874ea28a4e19.zip |
[trac951] we do have truncation support (at least in the api), so remove check and enable tests
Diffstat (limited to 'src/lib/cryptolink/tests')
-rw-r--r-- | src/lib/cryptolink/tests/crypto_unittests.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/cryptolink/tests/crypto_unittests.cc b/src/lib/cryptolink/tests/crypto_unittests.cc index 9cc4a143f9..243ac18d89 100644 --- a/src/lib/cryptolink/tests/crypto_unittests.cc +++ b/src/lib/cryptolink/tests/crypto_unittests.cc @@ -250,7 +250,7 @@ TEST(CryptoLinkTest, HMAC_MD5_RFC2202_SIGN) { } // Temporarily disabled -TEST(CryptoLinkTest, DISABLED_HMAC_MD5_RFC2202_SIGN_TRUNCATED) { +TEST(CryptoLinkTest, HMAC_MD5_RFC2202_SIGN_TRUNCATED) { const uint8_t secret5[] = { 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c }; @@ -322,7 +322,7 @@ TEST(CryptoLinkTest, HMAC_SHA1_RFC2202_SIGN) { } // Temporarily disabled -TEST(CryptoLinkTest, DISABLED_HMAC_SHA1_RFC2202_SIGN_TRUNCATED) { +TEST(CryptoLinkTest, HMAC_SHA1_RFC2202_SIGN_TRUNCATED) { const uint8_t secret5[] = { 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, @@ -650,7 +650,7 @@ TEST(CryptoLinkTest, HMAC_SHA512_RFC4231_SIGN) { RUN_NTH_TEST_CASE_FOR_ALG(7, SHA512); } -TEST(CryptoLinkTest, DISABLED_HMAC_SHA256_RFC2202_SIGN_TRUNCATED) { +TEST(CryptoLinkTest, HMAC_SHA256_RFC2202_SIGN_TRUNCATED) { const uint8_t secret5[] = { 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, |