diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2018-07-25 23:27:00 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2018-07-26 11:27:00 +0800 |
commit | e722e557e08171e265008711b824df44d4e9ec7d (patch) | |
tree | 2f27b5cca0b7892db5ebaf24841b7461eae52c71 | |
parent | 2af3d4c51bca6a769a681cdfee10c9eda02b0838 (diff) | |
download | cryptography-e722e557e08171e265008711b824df44d4e9ec7d.tar.gz cryptography-e722e557e08171e265008711b824df44d4e9ec7d.tar.bz2 cryptography-e722e557e08171e265008711b824df44d4e9ec7d.zip |
Update comment (#4371)
-rw-r--r-- | tests/wycheproof/test_rsa.py | 4 |
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=( |