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 geertj
Recipients Ben.Darnell, christian.heimes, dstufft, ezio.melotti, geertj, giampaolo.rodola, glyph, gvanrossum, janssen, pitrou, sbt, vstinner, yselivanov
Date 2014-08-09.08:35:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407573319.93.0.447830691229.issue21965@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks to Ben and Glyph for their feedback. The memory BIO should allow ProactorEventLoop to support SSL. I say "should" because I have not looked at it myself. However, my Gruvi project is proactor (libuv) based and I have a private branch where SSL support is working using a proactor API.

I need a few more days to create an updated patch. This patch will include Antoine's suggestion of passing the SSLObject instance to the servername callback, and an update to the docs.
History
Date User Action Args
2014-08-09 08:35:20geertjsetrecipients: + geertj, gvanrossum, janssen, pitrou, vstinner, giampaolo.rodola, christian.heimes, glyph, ezio.melotti, sbt, Ben.Darnell, yselivanov, dstufft
2014-08-09 08:35:19geertjsetmessageid: <1407573319.93.0.447830691229.issue21965@psf.upfronthosting.co.za>
2014-08-09 08:35:19geertjlinkissue21965 messages
2014-08-09 08:35:19geertjcreate