Skip to content

Commit

Permalink
Refs pyca#4923; deprecate OpenSSL 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jun 15, 2019
1 parent f5735cf commit e43cd54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ OpenSSL releases:
* ``OpenSSL 1.1.1-latest``

.. warning::
Cryptography 2.4 has deprecated support for OpenSSL 1.0.1.

OpenSSL 1.0.1 is no longer supported by the OpenSSL project. Cryptography
will drop support for it in the next release.

Building cryptography on Windows
--------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/cryptography/hazmat/bindings/openssl/binding.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def _verify_openssl_version(lib):
):
warnings.warn(
"OpenSSL version 1.0.1 is no longer supported by the OpenSSL "
"project, please upgrade. A future version of cryptography will "
"project, please upgrade. The next version of cryptography will "
"drop support for it.",
utils.CryptographyDeprecationWarning
)
Expand Down

0 comments on commit e43cd54

Please sign in to comment.