summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authortb <>2021-03-20 12:17:45 +0000
committertb <>2021-03-20 12:17:45 +0000
commitad0ef02b7d0dbdb7969fdfc2d44731bc17abaa87 (patch)
tree7cdbeca7467ecc1a61f53d61c96da4a3f1293932 /src/regress/lib
parenta79c4fc17f39242945d156bd886ed7e9c406b8ad (diff)
downloadopenbsd-ad0ef02b7d0dbdb7969fdfc2d44731bc17abaa87.tar.gz
openbsd-ad0ef02b7d0dbdb7969fdfc2d44731bc17abaa87.tar.bz2
openbsd-ad0ef02b7d0dbdb7969fdfc2d44731bc17abaa87.zip
typo
Diffstat (limited to 'src/regress/lib')
-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 0a5bc0a870..e9263231a8 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.23 2021/03/20 08:12:53 tb Exp $ 1# $OpenBSD: tlsfuzzer.py,v 1.24 2021/03/20 12:17:45 tb Exp $
2# 2#
3# Copyright (c) 2020 Theo Buehler <tb@openbsd.org> 3# Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
4# 4#
@@ -244,7 +244,7 @@ tls13_failing_tests = TestGroup("failing TLSv1.3 tests", [
244 ]), 244 ]),
245 245
246 # The test sends records with protocol version 0x0300 instead of 0x0303 246 # The test sends records with protocol version 0x0300 instead of 0x0303
247 # and currently fails with OpenSSL and LibreSSL for theis reason. 247 # and currently fails with OpenSSL and LibreSSL for this reason.
248 # We have the logic corresponding to NSS's fix for CVE-2020-25648 248 # We have the logic corresponding to NSS's fix for CVE-2020-25648
249 # https://hg.mozilla.org/projects/nss/rev/57bbefa793232586d27cee83e74411171e128361 249 # https://hg.mozilla.org/projects/nss/rev/57bbefa793232586d27cee83e74411171e128361
250 # so should not be affected by this issue. 250 # so should not be affected by this issue.