aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-04-20 19:25:18 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-04-20 19:25:18 -0500
commitfb8dcdb01adbe8b11799c63affc4e19cd938e919 (patch)
tree7b6ce3b82562da8057a8e11ab5c0e0f8d0bd00b5 /docs
parent8f70f8c94739b0fe9719fc8c1a21f2bcf07a6e13 (diff)
downloadcryptography-fb8dcdb01adbe8b11799c63affc4e19cd938e919.tar.gz
cryptography-fb8dcdb01adbe8b11799c63affc4e19cd938e919.tar.bz2
cryptography-fb8dcdb01adbe8b11799c63affc4e19cd938e919.zip
document the OpenSSL versions we're testing against
Diffstat (limited to 'docs')
-rw-r--r--docs/installation.rst17
1 files changed, 14 insertions, 3 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index a0dd5f22..3ebbecfd 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -10,16 +10,27 @@ You can install ``cryptography`` with ``pip``:
Supported platforms
-------------------
-Currently we test ``cryptography`` on Python 2.6, 2.7, 3.2, 3.3 and PyPy on
-these operating systems.
+Currently we test ``cryptography`` on Python 2.6, 2.7, 3.2, 3.3, 3.4 and PyPy
+on these operating systems.
-* x86-64 CentOS 6.4 and CentOS 5
+* x86-64 CentOS 6.4 and CentOS 5.x
* x86-64 FreeBSD 9.2 and FreeBSD 10
* OS X 10.9 Mavericks, 10.8 Mountain Lion, and 10.7 Lion
* x86-64 Ubuntu 12.04 LTS
* 32-bit Python on 64-bit Windows Server 2008
* 64-bit Python on 64-bit Windows Server 2012
+We test compiling with ``clang`` as well as ``gcc`` and use the following
+OpenSSL releases:
+
+* ``OpenSSL 0.9.8e-fips-rhel5`` (``RHEL/CentOS 5``)
+* ``OpenSSL 0.9.8y``
+* ``OpenSSL 1.0.0-fips`` (``RHEL/CentOS 6.4``)
+* ``OpenSSL 1.0.1``
+* ``OpenSSL 1.0.1e-freebsd``
+* ``OpenSSL 1.0.1g``
+* ``OpenSSL 1.0.2 beta``
+
On Windows
----------