diff --git a/test/tests/rijndael_hmac_fuzzing.pl b/test/tests/rijndael_hmac_fuzzing.pl new file mode 100644 index 00000000..62ead516 --- /dev/null +++ b/test/tests/rijndael_hmac_fuzzing.pl @@ -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", + }, +);