diff options
author | Ned Deily <nad@acm.org> | 2014-12-13 08:17:46 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-12-13 08:17:46 (GMT) |
commit | 5d3febf0cf845b2bdfc97f3a36c3dea04800992b (patch) | |
tree | 98a757deb369af00a283662cd4077960a7885759 /Doc/license.rst | |
parent | 90783ebf271de2874424119e095fbe9b66754e8a (diff) | |
download | cpython-5d3febf0cf845b2bdfc97f3a36c3dea04800992b.zip cpython-5d3febf0cf845b2bdfc97f3a36c3dea04800992b.tar.gz cpython-5d3febf0cf845b2bdfc97f3a36c3dea04800992b.tar.bz2 |
Issue #17128: Use private version of OpenSSL for 3.x OS X 10.5+ installers.
Among other issues, the Apple-supplied 0.9.7 libs for the 10.5 ABI cannot
verify newer SHA-256 certs as now used by python.org services. Document
in the installer ReadMe some of the certificate management issues that
users now need to be more concerned with due to PEP 476's enabling cert
verification by default. For now, continue to use the Apple-supplied
0.9.8 libs for the 10.6+ installer since they use Apple private APIs to
verify certificates using the system- and user-managed CA keychain stores.
Diffstat (limited to 'Doc/license.rst')
-rw-r--r-- | Doc/license.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/license.rst b/Doc/license.rst index bbeacfc..32c172e 100644 --- a/Doc/license.rst +++ b/Doc/license.rst @@ -654,9 +654,9 @@ OpenSSL The modules :mod:`hashlib`, :mod:`posix`, :mod:`ssl`, :mod:`crypt` use the OpenSSL library for added performance if made available by the -operating system. Additionally, the Windows installers for Python -include a copy of the OpenSSL libraries, so we include a copy of the -OpenSSL license here:: +operating system. Additionally, the Windows and Mac OS X installers for +Python may include a copy of the OpenSSL libraries, so we include a copy +of the OpenSSL license here:: LICENSE ISSUES |