summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-02-03 01:16:05 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-02-02 22:16:05 -0800
commit2d2ea9dd04d00f79a1be7b94ee7f0470ec5dc7a9 (patch)
tree73c2cd3c70f3ff6fa9ff79ae1ff9a3e414851c3a /INSTALL.rst
parent4cb052019c9bd5640b7fcb58551f52ab87e01253 (diff)
downloadpyopenssl-2d2ea9dd04d00f79a1be7b94ee7f0470ec5dc7a9.tar.gz
Update install docs for suppoted versions of OpenSSL (#813)
Diffstat (limited to 'INSTALL.rst')
-rw-r--r--INSTALL.rst6
1 files changed, 1 insertions, 5 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index 71fe1ed..8c9c8dc 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -28,11 +28,7 @@ Currently that means:
- 1.0.1
- 1.0.2
- 1.1.0
-
-If you need support for older releases, the following pinned versions will work:
-
-- **OpenSSL 0.9.8**: ``'pyOpenSSL<17.0' 'cryptography<1.4'``
-- **OpenSSL 1.0.0**: ``'pyOpenSSL<17.1' 'cryptography<1.7'``
+- 1.1.1
You can always find out the versions of pyOpenSSL, cryptography, and the linked OpenSSL by running ``python -m OpenSSL.debug``.