diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2018-08-31 10:46:20 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2018-08-31 10:46:20 -0400 |
commit | 5a54f1aec2d9b739c95ed862661efe7b8ff75d31 (patch) | |
tree | cbfab3f6ee84fd0185f9f42b02820db52011846c /docs | |
parent | 9a53a4b9aadb4522d9354d722c3dbdfcb5bbf0bc (diff) | |
download | cryptography-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')
-rw-r--r-- | docs/installation.rst | 4 |
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 -------------------------------- |