aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installation.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-08-31 10:46:20 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-08-31 10:46:20 -0400
commit5a54f1aec2d9b739c95ed862661efe7b8ff75d31 (patch)
treecbfab3f6ee84fd0185f9f42b02820db52011846c /docs/installation.rst
parent9a53a4b9aadb4522d9354d722c3dbdfcb5bbf0bc (diff)
downloadcryptography-5a54f1aec2d9b739c95ed862661efe7b8ff75d31.tar.gz
cryptography-5a54f1aec2d9b739c95ed862661efe7b8ff75d31.tar.bz2
cryptography-5a54f1aec2d9b739c95ed862661efe7b8ff75d31.zip
Fixes #3460 -- deprecate OpenSSL 1.0.1 (#4427)
* Fixes #3460 -- deprecate OpenSSL 1.0.1 * We need to import warnings * flake8 * words are hard * rephrase
Diffstat (limited to 'docs/installation.rst')
-rw-r--r--docs/installation.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index d665dbc5..2d9db667 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -30,6 +30,10 @@ OpenSSL releases:
* ``OpenSSL 1.1.0-latest``
* ``OpenSSL 1.1.1-latest``
+.. warning::
+ Cryptography 2.4 has deprecated support for OpenSSL 1.0.1.
+
+
Building cryptography on Windows
--------------------------------