aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortwosigmajab <jab@twosigma.com>2020-06-03 12:15:28 -0400
committerGitHub <noreply@github.com>2020-06-03 11:15:28 -0500
commit03c5d84036b5cc04f783082b29d6260ed9886109 (patch)
tree26d68e9fcafdf02808ef566539f16c610bc9d909
parenta02fdd60d98273ca34427235c4ca96687a12b239 (diff)
downloadcryptography-03c5d84036b5cc04f783082b29d6260ed9886109.tar.gz
cryptography-03c5d84036b5cc04f783082b29d6260ed9886109.tar.bz2
cryptography-03c5d84036b5cc04f783082b29d6260ed9886109.zip
Clarify that static linkage only applies to wheels (#5265)
-rw-r--r--docs/security.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/security.rst b/docs/security.rst
index affe4348..8cdd2d11 100644
--- a/docs/security.rst
+++ b/docs/security.rst
@@ -72,9 +72,9 @@ New releases for OpenSSL updates
--------------------------------
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.
+in binary distributions for 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.