]> granicus.if.org Git - python/commit
Issue #17128: Use private version of OpenSSL for 3.x OS X 10.5+ installers.
authorNed Deily <nad@acm.org>
Sat, 13 Dec 2014 08:17:46 +0000 (00:17 -0800)
committerNed Deily <nad@acm.org>
Sat, 13 Dec 2014 08:17:46 +0000 (00:17 -0800)
commit5d3febf0cf845b2bdfc97f3a36c3dea04800992b
tree98a757deb369af00a283662cd4077960a7885759
parent90783ebf271de2874424119e095fbe9b66754e8a
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.
Doc/license.rst
Mac/BuildScript/build-installer.py
Mac/BuildScript/openssl_sdk_makedepend.patch [new file with mode: 0644]
Mac/BuildScript/resources/License.rtf [new file with mode: 0644]
Mac/BuildScript/resources/ReadMe.rtf [new file with mode: 0644]
Mac/BuildScript/resources/ReadMe.txt [deleted file]
Mac/BuildScript/resources/Welcome.rtf
Mac/BuildScript/resources/readme.rtf [deleted file]
Misc/NEWS