blob: 686059f8c8dd520e8f968d2fdd818b66496da2b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!-- This is a template for a config file for fuzzing with TLS-Attacker -->
<startupCommandsHolder>
<serverCommand>$botan_cli </serverCommand>
<serverPort>$tls_port</serverPort>
<workflowFolder>$workflow_dir</workflowFolder>
<modifiedVariableTypes>TLS_CONSTANT,LENGTH,COUNT,PUBLIC_KEY,PADDING,SIGNATURE,PLAIN_PROTOCOL_MESSAGE</modifiedVariableTypes>
<outputFolder>/tmp/</outputFolder>
<startupCommandsList>
<startupCommands>
<fuzzerCommand>simple_fuzzer -connect localhost:$PORT</fuzzerCommand>
<serverCommandParameters>tls_server $rsa_cert $rsa_key --port=$PORT --policy=$fuzz_policy --dump-traces=/tmp/tls/ --output=/tmp/botan_output.log --error-output=/tmp/botan_error_output.log </serverCommandParameters>
<shortName>botan-rsa</shortName>
</startupCommands>
<!-- TODO ECDSA -->
</startupCommandsList>
</startupCommandsHolder>
|