sync code with last fixes and improvements from OpenBSD

This commit is contained in:
purplerain 2023-06-12 03:32:40 +00:00
parent bf0676207f
commit 8f31919cdb
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
325 changed files with 2094 additions and 51856 deletions

View file

@ -1,4 +1,4 @@
# $OpenBSD: tlsfuzzer.py,v 1.48 2023/01/06 19:25:20 tb Exp $
# $OpenBSD: tlsfuzzer.py,v 1.49 2023/06/10 05:00:58 tb Exp $
#
# Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
#
@ -428,6 +428,8 @@ tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [
Test("test-aesccm.py"),
# need server to set up alpn
Test("test-alpn-negotiation.py"),
# Failing on TLS_RSA_WITH_AES_128_CBC_SHA because server does not support it.
Test("test-bleichenbacher-timing-pregenerate.py"),
# many tests fail due to unexpected server_name extension
Test("test-bleichenbacher-workaround.py"),