[test suite] added tests/rijndael_hmac_fuzzing.pl file

This commit is contained in:
Michael Rash
2014-05-23 18:55:06 -04:00
parent 0a82c68451
commit 8d61a8cf7f

View 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",
},
);