diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-09-25 10:44:33 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-09-25 10:44:33 -0500 |
commit | 65778cfdb25519e8abeadcba8218c3131f4d469e (patch) | |
tree | 3d0761d5e07f5c1410687d84c0d9097f10227941 /docs/security.rst | |
parent | 1bcc7dad52619e2ce9e56d1b2cc20ec195276f43 (diff) | |
parent | 84cd139f2df0b2b2b7fba9fecf5d80c2df36058a (diff) | |
download | cryptography-65778cfdb25519e8abeadcba8218c3131f4d469e.tar.gz cryptography-65778cfdb25519e8abeadcba8218c3131f4d469e.tar.bz2 cryptography-65778cfdb25519e8abeadcba8218c3131f4d469e.zip |
Merge pull request #2367 from pyca/update-security-osx
We ship statically linked wheels for OS X as well
Diffstat (limited to 'docs/security.rst')
-rw-r--r-- | docs/security.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/security.rst b/docs/security.rst index 50253457..13f99960 100644 --- a/docs/security.rst +++ b/docs/security.rst @@ -30,9 +30,10 @@ as well as the 2 most recent releases. New releases for OpenSSL updates -------------------------------- -As of version 0.5, ``cryptography`` statically links OpenSSL on Windows to ease -installation. Due to this, ``cryptography`` will release a new version whenever -OpenSSL has a security or bug fix release to avoid shipping insecure software. +As of version 0.5, ``cryptography`` statically links OpenSSL on Windows, and as +of version 1.0.1 on OS X, to ease installation. Due to this, ``cryptography`` +will release a new version whenever OpenSSL has a security or bug fix release to +avoid shipping insecure software. Like all our other releases, this will be announced on the mailing list and we strongly recommend that you upgrade as soon as possible. |