]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tlsfuzzer: modify to use the final code points
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 17 Aug 2018 08:50:15 +0000 (10:50 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 20 Aug 2018 19:49:28 +0000 (21:49 +0200)
Relates #542

Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
tests/suite/tls-fuzzer/tls-fuzzer-nocert-tls13.sh

index 3a46cdb73570a33ede4f4828de6275fe69d6c200..f5d94dd69251eaa6dfcd5cdff35ce295091aae72 100755 (executable)
@@ -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=$?