@@ -109,27 +109,14 @@ Your ``pip`` and/or ``setuptools`` are outdated. Please upgrade to the latest
109109versions with ``pip install -U pip setuptools `` (or on Windows
110110``python -m pip install -U pip setuptools ``).
111111
112- Importing cryptography causes a ``RuntimeError `` about OpenSSL 1.0.2
113- --------------------------------------------------------------------
114-
115- The OpenSSL project has dropped support for the 1.0.2 release series. Since it
116- is no longer receiving security patches from upstream, ``cryptography `` is also
117- dropping support for it. To fix this issue you should upgrade to a newer
118- version of OpenSSL (1.1.0 or later). This may require you to upgrade to a newer
119- operating system.
120-
121- For the 3.2 release, you can set the ``CRYPTOGRAPHY_ALLOW_OPENSSL_102 ``
122- environment variable. Please note that this is *temporary * and will be removed
123- in ``cryptography `` 3.3.
124-
125- Installing cryptography with OpenSSL 0.9.8, 1.0.0, 1.0.1 fails
126- --------------------------------------------------------------
127-
128- The OpenSSL project has dropped support for the 0.9.8, 1.0.0, and 1.0.1 release
129- series. Since they are no longer receiving security patches from upstream,
130- ``cryptography `` is also dropping support for them. To fix this issue you
131- should upgrade to a newer version of OpenSSL (1.0.2 or later). This may require
132- you to upgrade to a newer operating system.
112+ Installing cryptography with OpenSSL 0.9.8, 1.0.0, 1.0.1, 1.0.2 fails
113+ ---------------------------------------------------------------------
114+
115+ The OpenSSL project has dropped support for the 0.9.8, 1.0.0, 1.0.1, and 1.0.2
116+ release series. Since they are no longer receiving security patches from
117+ upstream, ``cryptography `` is also dropping support for them. To fix this issue
118+ you should upgrade to a newer version of OpenSSL (1.1.0 or later). This may
119+ require you to upgrade to a newer operating system.
133120
134121Why are there no wheels for Python 3.6+ on Linux or macOS?
135122----------------------------------------------------------
0 commit comments