diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-12-22 09:47:26 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-12-23 09:18:04 -0600 |
commit | 355174a147e616cf76b02761b6a5ffbe74f90243 (patch) | |
tree | e8508dbdebbee10424f5c7c5505e4e2caba71d2d /docs | |
parent | 7e5c96fcc3773960dcb2c44520954dc14db5d72d (diff) | |
download | cryptography-355174a147e616cf76b02761b6a5ffbe74f90243.tar.gz cryptography-355174a147e616cf76b02761b6a5ffbe74f90243.tar.bz2 cryptography-355174a147e616cf76b02761b6a5ffbe74f90243.zip |
remove all mac 0.9.8 tests
This will probably slow down the test infrastructure as we're running
far more CommonCrypto tests than before. We should figure out what to
do there before merging this.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index 61f9348e..16c42d2d 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -26,7 +26,6 @@ OpenSSL releases: * ``OpenSSL 0.9.8e-fips-rhel5`` (``RHEL/CentOS 5``) * ``OpenSSL 0.9.8k`` -* ``OpenSSL 0.9.8-latest`` (The most recent 0.9.8 release) * ``OpenSSL 1.0.0-fips`` (``RHEL/CentOS 6.4``) * ``OpenSSL 1.0.1`` * ``OpenSSL 1.0.1e-fips`` (``RHEL/CentOS 7``) @@ -194,6 +193,7 @@ This will install a compiler (clang) along with (most of) the required development headers. You'll also need OpenSSL, which you can obtain from `Homebrew`_ or `MacPorts`_. +Cryptography does **not** support Apple's deprecated OpenSSL distribution. To build cryptography and dynamically link it: |