diff options
-rw-r--r-- | src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py index e7f2006a57..2953320c1d 100644 --- a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py +++ b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: tlsfuzzer.py,v 1.48 2023/01/06 19:25:20 tb Exp $ | 1 | # $OpenBSD: tlsfuzzer.py,v 1.49 2023/06/10 05:00:58 tb Exp $ |
2 | # | 2 | # |
3 | # Copyright (c) 2020 Theo Buehler <tb@openbsd.org> | 3 | # Copyright (c) 2020 Theo Buehler <tb@openbsd.org> |
4 | # | 4 | # |
@@ -428,6 +428,8 @@ tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [ | |||
428 | Test("test-aesccm.py"), | 428 | Test("test-aesccm.py"), |
429 | # need server to set up alpn | 429 | # need server to set up alpn |
430 | Test("test-alpn-negotiation.py"), | 430 | Test("test-alpn-negotiation.py"), |
431 | # Failing on TLS_RSA_WITH_AES_128_CBC_SHA because server does not support it. | ||
432 | Test("test-bleichenbacher-timing-pregenerate.py"), | ||
431 | # many tests fail due to unexpected server_name extension | 433 | # many tests fail due to unexpected server_name extension |
432 | Test("test-bleichenbacher-workaround.py"), | 434 | Test("test-bleichenbacher-workaround.py"), |
433 | 435 | ||