Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
c37ebedf
Commit
c37ebedf
authored
May 20, 2011
by
JINMEI Tatuya
Browse files
[master] temporarily disabled the HMAC_SHA224_RFC4231_SIGN test due to
#951
agreed on jabber.
parent
b0dfec1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/cryptolink/tests/crypto_unittests.cc
View file @
c37ebedf
...
@@ -473,7 +473,7 @@ TEST(CryptoLinkTest, HMAC_SHA256_RFC4231_SIGN) {
...
@@ -473,7 +473,7 @@ TEST(CryptoLinkTest, HMAC_SHA256_RFC4231_SIGN) {
//
//
// Test values taken from RFC 4231, test optional algorithm 224,384,512
// 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
[]
=
{
const
uint8_t
hmac_expected1
[]
=
{
0x89
,
0x6f
,
0xb1
,
0x12
,
0x8a
,
0xbb
,
0xdf
,
0x19
,
0x68
,
0x32
,
0x10
,
0x7c
,
0x89
,
0x6f
,
0xb1
,
0x12
,
0x8a
,
0xbb
,
0xdf
,
0x19
,
0x68
,
0x32
,
0x10
,
0x7c
,
0xd4
,
0x9d
,
0xf3
,
0x3f
,
0x47
,
0xb4
,
0xb1
,
0x16
,
0x99
,
0x12
,
0xba
,
0x4f
,
0xd4
,
0x9d
,
0xf3
,
0x3f
,
0x47
,
0xb4
,
0xb1
,
0x16
,
0x99
,
0x12
,
0xba
,
0x4f
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment