<startupCommandsHolder>
    <serverCommand>../../../servers/gnutls-3.4.9/src/gnutls-serv  </serverCommand>
    <serverPort>52000</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>--http --x509keyfile ../resources/rsa1024key.pem --x509certfile ../resources/rsa1024cert.pem -p $PORT -a -b -q </serverCommandParameters>
            <shortName>gnutls-rsa</shortName>
        </startupCommands>
        <startupCommands>
            <fuzzerCommand>simple_fuzzer -connect localhost:$PORT </fuzzerCommand>
            <serverCommandParameters> --http --x509keyfile ../resources/ec256key.pem --x509certfile ../resources/ec256cert.pem -p $PORT -a -q </serverCommandParameters>
            <shortName>gnutls-ecdhe-ecdsa</shortName>
        </startupCommands>
        <startupCommands>
            <fuzzerCommand>simple_fuzzer -connect localhost:$PORT</fuzzerCommand>
            <serverCommandParameters> --http --x509keyfile ../resources/dsakey.pem --x509certfile ../resources/dsacert.pem -p $PORT -a -q  </serverCommandParameters>
            <shortName>gnutls-dsa</shortName>
        </startupCommands>
    </startupCommandsList>
</startupCommandsHolder>