Alex Gaynor added the comment:

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.

----------
components: +Extension Modules, Library (Lib)
keywords: +needs review, patch, security_issue
Added file: http://bugs.python.org/file36075/ssl-backport.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21308>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to