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 benjamin.peterson, brian.curtin, esc24, georg.brandl, larry, loewis, ned.deily, ronaldoussoren
Date 2013-02-04.22:48:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360018092.12.0.862922486631.issue17128@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, as we've discussed, using the Apple Crypto APIs would be nice longer-term assuming the compatibility issues can be managed: the set of available APIs appear to have been evolving over the past several OS X releases.  But moving away from openssl seems out of scope for maintenance releases.  The reason why I brought this up now is to try to determine if there are any newer ssl features that may be need to be batteries-included to deal with possible changes to Distutils and/or its users (pip, et al).   

Managing the CA certificates certainly is another issue.  We should investigate what Apple and third-party distributors of openssl on OS X do.  It would be best to be able to use the system-supplied ones since they are actively managed by Apple and can be by the user.

Also, it would be good to know how the Python Windows distribution handles openssl and certificates.  Martin?  Brian?
History
Date User Action Args
2013-02-04 22:48:12ned.deilysetrecipients: + ned.deily, loewis, georg.brandl, ronaldoussoren, larry, benjamin.peterson, brian.curtin, esc24
2013-02-04 22:48:12ned.deilysetmessageid: <1360018092.12.0.862922486631.issue17128@psf.upfronthosting.co.za>
2013-02-04 22:48:12ned.deilylinkissue17128 messages
2013-02-04 22:48:11ned.deilycreate