summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-08-17 10:50:15 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-08-20 21:49:28 +0200
commitf887495609e16ba250595a2e5e0afd2fb008a0c3 (patch)
treebf2c0219ee6156c0de4cce094b754a49990a57e2
parent40658915b205242b5870eb8397b7c7bc144ef5c9 (diff)
downloadgnutls-f887495609e16ba250595a2e5e0afd2fb008a0c3.tar.gz
tlsfuzzer: modify to use the final code points
Relates #542 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rwxr-xr-xtests/suite/tls-fuzzer/tls-fuzzer-nocert-tls13.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/suite/tls-fuzzer/tls-fuzzer-nocert-tls13.sh b/tests/suite/tls-fuzzer/tls-fuzzer-nocert-tls13.sh
index 3a46cdb735..f5d94dd692 100755
--- a/tests/suite/tls-fuzzer/tls-fuzzer-nocert-tls13.sh
+++ b/tests/suite/tls-fuzzer/tls-fuzzer-nocert-tls13.sh
@@ -52,6 +52,8 @@ TLS_PY=./tlslite-ng/scripts/tls.py
sed -e "s|@SERVER@|$SERV|g" -e "s/@PORT@/$PORT/g" -e "s/@PRIORITY@/$PRIORITY/g" ../gnutls-nocert-tls13.json >${TMPFILE}
+sed -i 's/(127, 28)/(3, 4)/g' ./tlslite/constants.py
+
PYTHONPATH=. python tests/scripts_retention.py ${TMPFILE} ${SERV}
retval=$?