openssl/test/recipes/95-test_external_tlsfuzzer_data/tls-fuzzer-cert.sh
Dmitry Belyavskiy db87f89b73 TLS Fuzzer: initial test infrastructure
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17340)
2022-01-05 11:24:51 +01:00

10 lines
193 B
Bash

#!/bin/bash
tls_fuzzer_prepare() {
sed -e "s|@SERVER@|$SERV|g" -e "s/@PORT@/$PORT/g" -e "s/@PRIORITY@/$PRIORITY/g" ${TESTDATADIR}/cert.json.in >${TMPFILE}
}
. "${TESTDATADIR}/tlsfuzzer.sh"