summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn M. Schanck <jschanck@mozilla.com>2021-08-26 09:26:50 +0000
committerJohn M. Schanck <jschanck@mozilla.com>2021-08-26 09:26:50 +0000
commit4b8b694311fcd7692a4e37b5faec48b50380e22f (patch)
tree04760ef148b429ee4168a28f3b4de8ca5f2556d2
parentf676bfd6051dc5d232c4267cc0e1d10685015f4d (diff)
downloadnss-hg-4b8b694311fcd7692a4e37b5faec48b50380e22f.tar.gz
Bug 1662515 - Enable tlsfuzzer/test-tls13-zero-content-type.py r=bbeurdouche,djackson
Differential Revision: https://phabricator.services.mozilla.com/D123652
-rw-r--r--tests/tlsfuzzer/config.json.in7
-rw-r--r--tests/tlsfuzzer/tlsfuzzer.sh4
2 files changed, 9 insertions, 2 deletions
diff --git a/tests/tlsfuzzer/config.json.in b/tests/tlsfuzzer/config.json.in
index 51d198c76..e196121dd 100644
--- a/tests/tlsfuzzer/config.json.in
+++ b/tests/tlsfuzzer/config.json.in
@@ -158,6 +158,13 @@
"-e", "Protocol (3, 3) in SSLv2 compatible ClientHello",
"-e", "Protocol (3, 0)"
]
+ },
+ {
+ "name" : "test-tls13-zero-content-type.py",
+ "comment": "https://bugzilla.mozilla.org/show_bug.cgi?id=1662515",
+ "arguments": [
+ "-p", "@PORT@"
+ ]
}
]
},
diff --git a/tests/tlsfuzzer/tlsfuzzer.sh b/tests/tlsfuzzer/tlsfuzzer.sh
index 73dc6090b..f2d03bda9 100644
--- a/tests/tlsfuzzer/tlsfuzzer.sh
+++ b/tests/tlsfuzzer/tlsfuzzer.sh
@@ -44,11 +44,11 @@ tlsfuzzer_init()
if [ ! -d "$TLSFUZZER" ]; then
# Can't use git-copy.sh here, as tlsfuzzer doesn't have any tags
git clone -q https://github.com/tomato42/tlsfuzzer/ "$TLSFUZZER"
- git -C "$TLSFUZZER" checkout 80d7932ead1d8dae6e555cfd2b1c4c5beb2847df
+ git -C "$TLSFUZZER" checkout 21fd6522f695693a320a1df3c117fd7ced1352a5
# We could use tlslite-ng from pip, but the pip command installed
# on TC is too old to support --pre
- ${QADIR}/../fuzz/config/git-copy.sh https://github.com/tomato42/tlslite-ng/ v0.8.0-alpha27 tlslite-ng
+ ${QADIR}/../fuzz/config/git-copy.sh https://github.com/tomato42/tlslite-ng/ v0.8.0-alpha42 tlslite-ng
pushd "$TLSFUZZER"
ln -s ../tlslite-ng/tlslite tlslite