aboutsummaryrefslogtreecommitdiffstats
path: root/docs/security.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-10-04 21:25:55 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-10-05 09:25:55 +0800
commit56669aae2a3cbcd6f538f0c5e2e274772a82f2c8 (patch)
treeb4175e3e61e71d3ca86e7d907a5c8131b3bcea55 /docs/security.rst
parent3d96afd798ece830fcfdf48776dae48acbc5157d (diff)
downloadcryptography-56669aae2a3cbcd6f538f0c5e2e274772a82f2c8.tar.gz
cryptography-56669aae2a3cbcd6f538f0c5e2e274772a82f2c8.tar.bz2
cryptography-56669aae2a3cbcd6f538f0c5e2e274772a82f2c8.zip
update security docs to indicate we staticaly link openssl on linux too (#3949)
* update security docs to indicate we staticaly link openssl there too * spelling
Diffstat (limited to 'docs/security.rst')
-rw-r--r--docs/security.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/security.rst b/docs/security.rst
index 646b3e22..251d2d95 100644
--- a/docs/security.rst
+++ b/docs/security.rst
@@ -71,10 +71,10 @@ as well as the most recent release.
New releases for OpenSSL updates
--------------------------------
-As of version 0.5, ``cryptography`` statically links OpenSSL on Windows, and as
-of version 1.0.1 on macOS, 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 versions 0.5, 1.0.1, and 2.0.0, ``cryptography`` statically links OpenSSL
+on Windows, macOS, and Linux respectively, 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.