summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2021-10-27 19:01:57 -0400
committerGitHub <noreply@github.com>2021-10-28 07:01:57 +0800
commit871e7d5bac4c21f95f756374bc50c2accca1fed5 (patch)
treec14857aead5281322e9f55151d0ac308ced233d0 /INSTALL.rst
parent45c5678e48839e08cd290285c052a65ecb4cac80 (diff)
downloadpyopenssl-871e7d5bac4c21f95f756374bc50c2accca1fed5.tar.gz
fixes #1054 -- update list of supported openssl versions (#1055)
Diffstat (limited to 'INSTALL.rst')
-rw-r--r--INSTALL.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index 75540d5..0263485 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -25,9 +25,9 @@ Supported OpenSSL Versions
pyOpenSSL supports the same platforms and releases as the upstream cryptography project `does <https://cryptography.io/en/latest/installation/#supported-platforms>`_.
Currently that means:
-- 1.0.2
- 1.1.0
- 1.1.1
+- 3.0
You can always find out the versions of pyOpenSSL, cryptography, and the linked OpenSSL by running ``python -m OpenSSL.debug``.