diff options
| author | tb <> | 2021-01-27 20:16:58 +0000 | 
|---|---|---|
| committer | tb <> | 2021-01-27 20:16:58 +0000 | 
| commit | d16bc813d87147c8edf94917bd5db436277f2e72 (patch) | |
| tree | 9d39a414c689ebd3b271faefd068f4b3af36e620 /src | |
| parent | de08be7902d1d345bbfec3db7d63f7b7abab7293 (diff) | |
| download | openbsd-d16bc813d87147c8edf94917bd5db436277f2e72.tar.gz openbsd-d16bc813d87147c8edf94917bd5db436277f2e72.tar.bz2 openbsd-d16bc813d87147c8edf94917bd5db436277f2e72.zip | |
wrap an overlong line
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py index 041f348ca2..9053ec71ef 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.21 2020/10/07 13:31:00 tb Exp $ | 1 | # $OpenBSD: tlsfuzzer.py,v 1.22 2021/01/27 20:16: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 | # | 
| @@ -73,7 +73,8 @@ tls13_unsupported_ciphers = [ | |||
| 73 | # Both alerts appear to be reasonable in this context, so work around this | 73 | # Both alerts appear to be reasonable in this context, so work around this | 
| 74 | # in the test instead of the library. | 74 | # in the test instead of the library. | 
| 75 | def generate_test_tls13_finished_args(): | 75 | def generate_test_tls13_finished_args(): | 
| 76 | assertion = "Expected alert description \"decode_error\" does not match received \"decrypt_error\"" | 76 | assertion = "Expected alert description \"decode_error\"" | 
| 77 | assertion += " does not match received \"decrypt_error\"" | ||
| 77 | paddings = [ | 78 | paddings = [ | 
| 78 | ("TLS_AES_128_GCM_SHA256", 0, 1), | 79 | ("TLS_AES_128_GCM_SHA256", 0, 1), | 
| 79 | ("TLS_AES_128_GCM_SHA256", 0, 2), | 80 | ("TLS_AES_128_GCM_SHA256", 0, 2), | 
