<startupCommandsHolder>
    <serverCommand>../../../servers/Botan-1.11.28/botan </serverCommand>
    <serverPort>55020</serverPort>
    <workflowFolder>../resources/fuzzing/workflows</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 ../resources/rsa1024cert.pem ../resources/rsa1024key.pem --port=$PORT </serverCommandParameters>
            <shortName>botan-rsa</shortName>
        </startupCommands>
        <!--<startupCommands>
            <fuzzerCommand>simple_fuzzer -connect localhost:$PORT -keystore ../resources/rsa1024.jks -password password -alias alias </fuzzerCommand>
            <serverCommandParameters>tls_server ../resources/rsa1024key.pem ../resources/rsa1024cert.pem  -port=$PORT</serverCommandParameters>
            <shortName>botan-rsa-auth</shortName>
        </startupCommands>-->
        <startupCommands>
            <fuzzerCommand>simple_fuzzer -connect localhost:$PORT </fuzzerCommand>
            <serverCommandParameters>tls_server ../resources/ec256key.pem ../resources/ec256cert.pem  --port=$PORT</serverCommandParameters>
            <shortName>botan-ecdhe-ecdsa</shortName>
        </startupCommands>
        <startupCommands>
            <fuzzerCommand>simple_fuzzer -connect localhost:$PORT</fuzzerCommand>
            <serverCommandParameters>tls_server ../resources/dsakey.pem ../resources/dsacert.pem  --port=$PORT</serverCommandParameters>
            <shortName>botan-dsa</shortName>
        </startupCommands>
    </startupCommandsList>
</startupCommandsHolder>