summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
index ff678ec9a8..123c32bfcb 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.57 2025/06/15 09:44:57 tb Exp $ 1# $OpenBSD: tlsfuzzer.py,v 1.58 2026/07/26 12:43:39 tb Exp $
2# 2#
3# Copyright (c) 2020 Theo Buehler <tb@openbsd.org> 3# Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
4# 4#
@@ -77,7 +77,7 @@ def substitute_alert(want, got):
77# Both alerts appear to be reasonable in this context, so work around this 77# Both alerts appear to be reasonable in this context, so work around this
78# in the test instead of the library. 78# in the test instead of the library.
79def generate_test_tls13_finished_args(): 79def generate_test_tls13_finished_args():
80 assertion = substitute_alert("decode_error", "decrypt_error"); 80 assertion = substitute_alert("decode_error", "decrypt_error")
81 paddings = [ 81 paddings = [
82 ("TLS_AES_128_GCM_SHA256", 0, 1), 82 ("TLS_AES_128_GCM_SHA256", 0, 1),
83 ("TLS_AES_128_GCM_SHA256", 0, 2), 83 ("TLS_AES_128_GCM_SHA256", 0, 2),