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 baikie
Recipients Andrew.Grover, baikie, brian, exarkun, giampaolo.rodola, jackdied, janssen, ncoghlan, neologix, pitrou, python-dev, rosslagerwall, synapse, therve, vstinner, wiml
Date 2011-08-24.19:13:27
SpamBayes Score 8.137265e-05
Marked as misclassified No
Message-id <20110824191325.GA5015@dbwatson.ukfsn.org>
In-reply-to <1314102618.33.0.317621371319.issue6560@psf.upfronthosting.co.za>
Content
On Tue 23 Aug 2011, Nick Coghlan wrote:
> As you can see, I just pushed a change that removed the new
> methods from SSLSocket objects. If anyone wants to step up with
> a valid use case (not already covered by wrap_socket),
> preferably with a patch to add them back that includes proper
> tests and documentation changes, please open a new feature
> request and attach the new patch to that issue.

Hi, sorry about the trouble caused by the broken tests, but
SSLSocket should at least override sendmsg() to stop misguided
programs sending data in the clear:

http://bugs.python.org/issue12835
History
Date User Action Args
2011-08-24 19:13:28baikiesetrecipients: + baikie, exarkun, ncoghlan, janssen, pitrou, therve, vstinner, jackdied, giampaolo.rodola, synapse, Andrew.Grover, wiml, neologix, rosslagerwall, python-dev, brian
2011-08-24 19:13:27baikielinkissue6560 messages
2011-08-24 19:13:27baikiecreate