diff options
author | Alex Stapleton <alexs@prol.etari.at> | 2014-04-21 15:18:14 +0100 |
---|---|---|
committer | Alex Stapleton <alexs@prol.etari.at> | 2014-04-21 15:18:14 +0100 |
commit | 30bb5941489c7a0b1c24ca546e8f253c97a3a318 (patch) | |
tree | 7b6ce3b82562da8057a8e11ab5c0e0f8d0bd00b5 /docs | |
parent | 8f70f8c94739b0fe9719fc8c1a21f2bcf07a6e13 (diff) | |
parent | fb8dcdb01adbe8b11799c63affc4e19cd938e919 (diff) | |
download | cryptography-30bb5941489c7a0b1c24ca546e8f253c97a3a318.tar.gz cryptography-30bb5941489c7a0b1c24ca546e8f253c97a3a318.tar.bz2 cryptography-30bb5941489c7a0b1c24ca546e8f253c97a3a318.zip |
Merge pull request #945 from reaperhulk/document-tested-ossl-versions
document the OpenSSL versions we're testing against
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation.rst | 17 |
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 ---------- |