mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
update copyright notice
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: hash_test.c,v 1.2 2011/07/28 23:40:09 ckb Exp $ */
|
||||
/* $Id: hash_test.c,v 1.3 2011/07/29 23:47:52 tbox Exp $ */
|
||||
|
||||
/* ! \file */
|
||||
|
||||
@@ -897,7 +897,7 @@ ATF_TC_BODY(isc_hmacsha1, tc) {
|
||||
1
|
||||
},
|
||||
#if 0
|
||||
/* Test 5 -- unimplemented optional functionality */
|
||||
/* Test 5 -- unimplemented optional functionality */
|
||||
{
|
||||
TEST_INPUT("Test With Truncation"),
|
||||
"0x4C1A03424B55E07FE7F27BE1",
|
||||
@@ -928,7 +928,7 @@ ATF_TC_BODY(isc_hmacsha1, tc) {
|
||||
/* Key 2 */
|
||||
{ "Jefe", 4 },
|
||||
/* Key 3 */
|
||||
{ "\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa"
|
||||
{ "\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa"
|
||||
"\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa", 20 },
|
||||
/* Key 4 */
|
||||
{ "\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a"
|
||||
@@ -1032,7 +1032,7 @@ ATF_TC_BODY(isc_hmacsha224, tc) {
|
||||
1
|
||||
},
|
||||
#if 0
|
||||
/* Test 5 -- unimplemented optional functionality */
|
||||
/* Test 5 -- unimplemented optional functionality */
|
||||
{
|
||||
TEST_INPUT("Test With Truncation"),
|
||||
"0x4C1A03424B55E07FE7F27BE1",
|
||||
@@ -1195,7 +1195,7 @@ ATF_TC_BODY(isc_hmacsha256, tc) {
|
||||
1
|
||||
},
|
||||
#if 0
|
||||
/* Test 5 -- unimplemented optional functionality */
|
||||
/* Test 5 -- unimplemented optional functionality */
|
||||
{
|
||||
TEST_INPUT("Test With Truncation"),
|
||||
"0x4C1A03424B55E07FE7F27BE1",
|
||||
@@ -1232,7 +1232,7 @@ ATF_TC_BODY(isc_hmacsha256, tc) {
|
||||
"938A7F51535C3A35E2",
|
||||
1
|
||||
},
|
||||
{ NULL, 0, NULL, 1 }
|
||||
{ NULL, 0, NULL, 1 }
|
||||
};
|
||||
|
||||
hash_testcase_t *testcase = testcases;
|
||||
@@ -1362,7 +1362,7 @@ ATF_TC_BODY(isc_hmacsha384, tc) {
|
||||
1
|
||||
},
|
||||
#if 0
|
||||
/* Test 5 -- unimplemented optional functionality */
|
||||
/* Test 5 -- unimplemented optional functionality */
|
||||
{
|
||||
TEST_INPUT("Test With Truncation"),
|
||||
"0x4C1A03424B55E07FE7F27BE1",
|
||||
@@ -1531,7 +1531,7 @@ ATF_TC_BODY(isc_hmacsha512, tc) {
|
||||
1
|
||||
},
|
||||
#if 0
|
||||
/* Test 5 -- unimplemented optional functionality */
|
||||
/* Test 5 -- unimplemented optional functionality */
|
||||
{
|
||||
TEST_INPUT("Test With Truncation"),
|
||||
"0x4C1A03424B55E07FE7F27BE1",
|
||||
@@ -1692,7 +1692,7 @@ ATF_TC_BODY(isc_hmacmd5, tc) {
|
||||
1
|
||||
},
|
||||
#if 0
|
||||
/* Test 5 -- unimplemented optional functionality */
|
||||
/* Test 5 -- unimplemented optional functionality */
|
||||
{
|
||||
TEST_INPUT("Test With Truncation"),
|
||||
"0x4C1A03424B55E07FE7F27BE1",
|
||||
|
Reference in New Issue
Block a user