This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients ned.deily, pitrou, ronaldoussoren
Date 2012-08-21.03:45:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345520729.58.0.264547014487.issue15740@psf.upfronthosting.co.za>
In-reply-to
Content
As Ronald is aware, there is also the issue that Apple has deprecated use of OpenSSL in OS X:

"Although OpenSSL is commonly used in the open source community, OpenSSL does not provide a stable API from version to version. For this reason, although OS X provides OpenSSL libraries, the OpenSSL libraries in OS X are deprecated, and OpenSSL has never been provided as part of iOS. Use of the OS X OpenSSL libraries by applications is strongly discouraged.

If your application depends on OpenSSL, you should compile OpenSSL yourself and statically link a known version of OpenSSL into your application."

In OS X 10.7, for instance, OpenSSL is at 0.9.8r. I think the same is true for 10.8. We should probably bite the bullet here and do as Apple urges, that is, supply our own libssl 1.0.x for the python.org OS X installer builds.

http://developer.apple.com/library/mac/#documentation/security/Conceptual/cryptoservices/GeneralPurposeCrypto/GeneralPurposeCrypto.html
History
Date User Action Args
2012-08-21 03:45:29ned.deilysetrecipients: + ned.deily, ronaldoussoren, pitrou
2012-08-21 03:45:29ned.deilysetmessageid: <1345520729.58.0.264547014487.issue15740@psf.upfronthosting.co.za>
2012-08-21 03:45:08ned.deilylinkissue15740 messages
2012-08-21 03:45:08ned.deilycreate