[test suite] added tests/rijndael_hmac_fuzzing.pl file
This commit is contained in:
11
test/tests/rijndael_hmac_fuzzing.pl
Normal file
11
test/tests/rijndael_hmac_fuzzing.pl
Normal file
@@ -0,0 +1,11 @@
|
||||
@rijndael_hmac_fuzzing = (
|
||||
{
|
||||
'category' => 'Rijndael+HMAC',
|
||||
'subcategory' => 'FUZZING',
|
||||
'detail' => 'pkts from fko-wrapper',
|
||||
'function' => \&cached_pkts_fuzzer,
|
||||
'spa_pkts_file' => 'fko-wrapper/send_spa_payloads',
|
||||
'fwknopd_cmdline' => "$fwknopdCmd -c $cf{'disable_aging'} -a $cf{'hmac_fuzzing_access'} " .
|
||||
"-d $default_digest_file -p $default_pid_file $intf_str --test",
|
||||
},
|
||||
);
|
||||
Reference in New Issue
Block a user