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 vstinner
Recipients geertj, giampaolo.rodola, gvanrossum, pitrou, sbt, vstinner, yselivanov
Date 2015-01-08.01:44:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420681482.36.0.327566858946.issue22560@psf.upfronthosting.co.za>
In-reply-to
Content
I prefer to use the same code on all platforms. I don't like the idea of SSL bugs specific to Windows.

With this change, it becomes possible to support "STARTTLS". IMO supporting this feature is more important than performance, even if I only expect a low overflow of the new _SSLPipe layer, so the benchmark is not needed.
History
Date User Action Args
2015-01-08 01:44:42vstinnersetrecipients: + vstinner, gvanrossum, geertj, pitrou, giampaolo.rodola, sbt, yselivanov
2015-01-08 01:44:42vstinnersetmessageid: <1420681482.36.0.327566858946.issue22560@psf.upfronthosting.co.za>
2015-01-08 01:44:42vstinnerlinkissue22560 messages
2015-01-08 01:44:41vstinnercreate