]> granicus.if.org Git - python/commit
Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer.
authorNed Deily <nad@acm.org>
Wed, 10 Dec 2014 07:45:13 +0000 (23:45 -0800)
committerNed Deily <nad@acm.org>
Wed, 10 Dec 2014 07:45:13 +0000 (23:45 -0800)
commit62a86602679215a66cc01623beef709561c6f35b
treeeb5d98cba3111e6e0fa6f1308aca5e46b73877de
parent3e1c8237e8f4901deba15e04af5ca18ba4fed720
Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer.
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.
Doc/license.rst
Mac/BuildScript/build-installer.py
Mac/BuildScript/openssl_sdk_makedepend.patch [new file with mode: 0644]
Mac/BuildScript/resources/Welcome.rtf
Mac/BuildScript/resources/license.rtf [new file with mode: 0644]
Mac/BuildScript/resources/readme.rtf
Misc/NEWS