From e722e557e08171e265008711b824df44d4e9ec7d Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 25 Jul 2018 23:27:00 -0400 Subject: Update comment (#4371) --- tests/wycheproof/test_rsa.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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=( -- cgit v1.2.3