aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/wycheproof/test_rsa.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/wycheproof/test_rsa.py b/tests/wycheproof/test_rsa.py
index b8f2e19d..9de4bc5f 100644
--- a/tests/wycheproof/test_rsa.py
+++ b/tests/wycheproof/test_rsa.py
@@ -42,8 +42,8 @@ def should_verify(backend, wycheproof):
@pytest.mark.supported(
only_if=lambda backend: (
# TODO: this also skips on LibreSSL, which is ok for now, since these
- # don't pass on Libre, but we'll need to fix this after they resolve
- # it.
+ # don't pass on Libre, but we'll need to fix this when LibreSSL 2.8 is
+ # released.
not backend._lib.CRYPTOGRAPHY_OPENSSL_LESS_THAN_102
),
skip_message=(