Skip to content

Commit

Permalink
Be clear that OpenSSL 1.1.0 is going bye bye (#7108)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Apr 22, 2022
1 parent 656c226 commit 9e5714b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Expand Up @@ -16,8 +16,8 @@ Changelog
deprecated in version 2.0, but had an extended deprecation timeline due
to usage. Any remaining users should transition to ``sign`` and ``verify``.
* Deprecated OpenSSL 1.1.0 support. OpenSSL 1.1.0 is no longer supported by
the OpenSSL project. Support for compiling with OpenSSL 1.1.0 will be
removed in a future ``cryptography`` release.
the OpenSSL project. The next release of ``cryptography`` will be the last
to support compiling with OpenSSL 1.1.0.
* Deprecated Python 3.6 support. Python 3.6 is no longer supported by the
Python core team. Support for Python 3.6 will be removed in a future
``cryptography`` release.
Expand Down
4 changes: 2 additions & 2 deletions src/cryptography/hazmat/bindings/openssl/binding.py
Expand Up @@ -196,8 +196,8 @@ def _verify_openssl_version(lib):
):
warnings.warn(
"OpenSSL version 1.1.0 is no longer supported by the OpenSSL "
"project, please upgrade. A future version of cryptography will "
"drop support for it.",
"project, please upgrade. The next release of cryptography will "
"be the last to support compiling with OpenSSL 1.1.0.",
utils.DeprecatedIn37,
)

Expand Down

0 comments on commit 9e5714b

Please sign in to comment.