From 5a54f1aec2d9b739c95ed862661efe7b8ff75d31 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 31 Aug 2018 10:46:20 -0400 Subject: 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 --- docs/installation.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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 -------------------------------- -- cgit v1.2.3