diff options
Diffstat (limited to 'src/extra_tests/tls-attacker/fuzzing/config.xml')
-rw-r--r-- | src/extra_tests/tls-attacker/fuzzing/config.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/extra_tests/tls-attacker/fuzzing/config.xml b/src/extra_tests/tls-attacker/fuzzing/config.xml deleted file mode 100644 index 5ae1c829a..000000000 --- a/src/extra_tests/tls-attacker/fuzzing/config.xml +++ /dev/null @@ -1,14 +0,0 @@ -<startupCommandsHolder> - <serverCommand>../../../../botan </serverCommand> - <serverPort>55020</serverPort> - <workflowFolder>../TLS-Attacker/resources/fuzzing/workflows</workflowFolder> - <modifiedVariableTypes>TLS_CONSTANT,LENGTH,COUNT,PUBLIC_KEY,PADDING,SIGNATURE,PLAIN_PROTOCOL_MESSAGE</modifiedVariableTypes> - <outputFolder>output/</outputFolder> - <startupCommandsList> - <startupCommands> - <fuzzerCommand>simple_fuzzer -connect localhost:$PORT</fuzzerCommand> - <serverCommandParameters>tls_server ../rsa2048cert.pem ../rsa2048key.pem --port=$PORT </serverCommandParameters> - <shortName>botan-rsa</shortName> - </startupCommands> - </startupCommandsList> -</startupCommandsHolder>
\ No newline at end of file |