~ubuntu-branches/debian/sid/botan/sid

« back to all changes in this revision

Viewing changes to src/scripts/fuzzer.xml

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2018-03-01 22:23:25 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20180301222325-7p7vc45gu3hta34d
Tags: 2.4.0-2
* Don't remove .doctrees from the manual if it doesn't exist.
* Don't specify parallel to debhelper.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- This is a template for a config file for fuzzing with TLS-Attacker -->
 
2
 
 
3
<startupCommandsHolder>
 
4
    <serverCommand>$botan_cli </serverCommand>
 
5
    <serverPort>$tls_port</serverPort>
 
6
    <workflowFolder>$workflow_dir</workflowFolder>
 
7
    <modifiedVariableTypes>TLS_CONSTANT,LENGTH,COUNT,PUBLIC_KEY,PADDING,SIGNATURE,PLAIN_PROTOCOL_MESSAGE</modifiedVariableTypes>
 
8
    <outputFolder>/tmp/</outputFolder>
 
9
    <startupCommandsList>
 
10
        <startupCommands>
 
11
            <fuzzerCommand>simple_fuzzer -connect localhost:$PORT</fuzzerCommand>
 
12
            <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>
 
13
            <shortName>botan-rsa</shortName>
 
14
        </startupCommands>
 
15
        <!-- TODO ECDSA -->
 
16
    </startupCommandsList>
 
17
</startupCommandsHolder>