mirror of
https://github.com/openssl/openssl.git
synced 2025-02-05 14:10:53 +08:00
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17340)
10 lines
193 B
Bash
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"
|
|
|