We would like to support that, but we didn't have the expertise or time to implement it yet. Do you want to help? Can you show a working piece of code that does this with synchnonous sockets? Maybe I could translate that into asyncio code.
On Saturday, April 5, 2014, Imran Geriskovan <[email protected]> wrote: > Hi, > Normal sockets can be created, used for some communications and then they > may be > wrapped with a SSLContext to proceed in encrypted mode. > > How can such a sequence be executed using asynio? > Mode of communication is determined at creation time (ie. when calling > 'open_connection'). > Is there any way to switch to TLS/SSL after that? > > Regards, > Imran > -- --Guido van Rossum (on iPad)
