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 alex
Recipients Lukasa, alex, benjamin.peterson, christian.heimes, dstufft, giampaolo.rodola, gregory.p.smith, janssen, josh.r, lemburg, mnot, ncoghlan, pitrou
Date 2014-07-24.20:48:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406234967.41.0.57324434811.issue21308@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch (drafted by myself, and David Reid) backports all of the SSL module (and tests!!!) to Python 2.7. All tests pass on my machine (OS X 10.9), I haven't tested against other platforms.

I /suspect/ the best way to review this patch will be by looking at the diff between this patch, and the master branch, in the Lib/ssl.py, Doc/Library/ssl.html, and Modules/_ssl.c files, but of course feel free to review however you like :-)

You can see the complete branch history at: https://github.com/alex/cpython/commits/backport-ssl

For this to work you must apply the patch from http://bugs.python.org/issue22023 first.
History
Date User Action Args
2014-07-24 20:49:28alexsetrecipients: + alex, lemburg, gregory.p.smith, ncoghlan, janssen, pitrou, mnot, giampaolo.rodola, christian.heimes, benjamin.peterson, dstufft, Lukasa, josh.r
2014-07-24 20:49:27alexsetmessageid: <1406234967.41.0.57324434811.issue21308@psf.upfronthosting.co.za>
2014-07-24 20:49:27alexlinkissue21308 messages
2014-07-24 20:49:27alexcreate