mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
be more verbose in the 102 deprecation notice (#5505)
This commit is contained in:
parent
ada53e7ca0
commit
bf4b962f4b
1 changed files with 5 additions and 2 deletions
|
|
@ -181,8 +181,11 @@ def _verify_openssl_version(lib):
|
||||||
else:
|
else:
|
||||||
raise RuntimeError(
|
raise RuntimeError(
|
||||||
"You are linking against OpenSSL 1.0.2, which is no longer "
|
"You are linking against OpenSSL 1.0.2, which is no longer "
|
||||||
"supported by the OpenSSL project. You need to upgrade to a "
|
"supported by the OpenSSL project. To use this version of "
|
||||||
"newer version of OpenSSL."
|
"cryptography you need to upgrade to a newer version of "
|
||||||
|
"OpenSSL. For this version only you can also set the "
|
||||||
|
"environment variable CRYPTOGRAPHY_ALLOW_OPENSSL_102 to "
|
||||||
|
"allow OpenSSL 1.0.2."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue