From 8d61a8cf7fab4cf0caeed0e1bffe4de4e9c86fa3 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Fri, 23 May 2014 18:55:06 -0400 Subject: [PATCH] [test suite] added tests/rijndael_hmac_fuzzing.pl file --- test/tests/rijndael_hmac_fuzzing.pl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/tests/rijndael_hmac_fuzzing.pl 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", + }, +);