8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada53e7 commit bf4b962Copy full SHA for bf4b962
src/cryptography/hazmat/bindings/openssl/binding.py
@@ -181,8 +181,11 @@ def _verify_openssl_version(lib):
181
else:
182
raise RuntimeError(
183
"You are linking against OpenSSL 1.0.2, which is no longer "
184
- "supported by the OpenSSL project. You need to upgrade to a "
185
- "newer version of OpenSSL."
+ "supported by the OpenSSL project. To use this version of "
+ "cryptography you need to upgrade to a newer version of "
186
+ "OpenSSL. For this version only you can also set the "
187
+ "environment variable CRYPTOGRAPHY_ALLOW_OPENSSL_102 to "
188
+ "allow OpenSSL 1.0.2."
189
)
190
191
0 commit comments