From 56669aae2a3cbcd6f538f0c5e2e274772a82f2c8 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 4 Oct 2017 21:25:55 -0400 Subject: 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 --- docs/security.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') 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. -- cgit v1.2.3