]> granicus.if.org Git - python/commit
Issue #8108: Fix the unwrap() method of SSL objects when the socket has
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 22 Apr 2010 23:33:02 +0000 (23:33 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 22 Apr 2010 23:33:02 +0000 (23:33 +0000)
commita5c4b5515f5af878923d67752d282f8cc8f072e7
tree102100a0ebab5a104c04adee17f9b0eff6286b2f
parente11d85c7175eae602492dddff51efc68222a3af6
Issue #8108: Fix the unwrap() method of SSL objects when the socket has
a non-infinite timeout.  Also make that method friendlier with applications
wanting to continue using the socket in clear-text mode, by disabling
OpenSSL's internal readahead.  Thanks to Darryl Miles for guidance.

Issue #8108: test_ftplib's non-blocking SSL server now has proper handling
of SSL shutdowns.
Lib/test/test_ftplib.py
Misc/NEWS
Modules/_ssl.c