From: Nikos Mavrogiannopoulos Date: Mon, 27 Nov 2017 10:27:12 +0000 (+0100) Subject: tls-fuzzer: enabled the large hello checks X-Git-Tag: gnutls_3_6_3~304 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=545ec57a2026d2d2f4ddc4acde9f7cc84fefeca5;p=thirdparty%2Fgnutls.git tls-fuzzer: enabled the large hello checks These were previously not working because tls-fuzzer was not TLS1.3-ready. This is addressed at the current update, and as such we enable them. That commit also enables the SNI resumption tests. Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/tests/suite/tls-fuzzer/gnutls-nocert.json b/tests/suite/tls-fuzzer/gnutls-nocert.json index 9f72b6c6d2..f1f59fc8c4 100644 --- a/tests/suite/tls-fuzzer/gnutls-nocert.json +++ b/tests/suite/tls-fuzzer/gnutls-nocert.json @@ -17,12 +17,10 @@ "ext padding, 16130 bytes", "ext padding, 65367 bytes"]}, {"name" : "test-large-hello.py", - "comment" : "These tests are not TLS1.3 ready; they use extensions already assigned for it wrongly; renamed once https://github.com/tomato42/tlsfuzzer/pull/163 is merged", "arguments" : ["multiple extensions 9212", "multiple extensions 1", - "multiple extensions 16353"], - "exp_pass" : false}, + "multiple extensions 16353"]}, {"name" : "test-large-hello.py", "comment" : "These tests rely on fragmenting the first bytes of the handshake header. Gnutls is limited on that, and doesn't accept handshake header fragmentation.", "arguments" : diff --git a/tests/suite/tls-fuzzer/tlsfuzzer b/tests/suite/tls-fuzzer/tlsfuzzer index ebbbf7a122..a1d05b340b 160000 --- a/tests/suite/tls-fuzzer/tlsfuzzer +++ b/tests/suite/tls-fuzzer/tlsfuzzer @@ -1 +1 @@ -Subproject commit ebbbf7a122fce19f858a9cac9c3e0540e7ff9615 +Subproject commit a1d05b340bf904d47fd067da7c583e5fc34e96b6 diff --git a/tests/suite/tls-fuzzer/tlslite-ng b/tests/suite/tls-fuzzer/tlslite-ng index ddaf97b06e..874c4dfc4b 160000 --- a/tests/suite/tls-fuzzer/tlslite-ng +++ b/tests/suite/tls-fuzzer/tlslite-ng @@ -1 +1 @@ -Subproject commit ddaf97b06e14603617a8fe35e6039f9bf6070381 +Subproject commit 874c4dfc4b2e9bd9b0e686409f4a3bb6a76a35b9