mirror of
https://github.com/openssl/openssl.git
synced 2025-01-12 13:36:28 +08:00
db87f89b73
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"
|
|
|