Re: [Python-Dev] SSL 1.8

2007-10-15 Thread Gregory P. Smith
+1 from me. sounds like a good idea. On 10/15/07, Bill Janssen <[EMAIL PROTECTED]> wrote: > > I've added in some code that Chris Stawarz contributed to allow the > use of non-blocking sockets, with the program thread allowed to do > other things during the handshake while waiting for the peer to

[Python-Dev] SSL 1.8

2007-10-15 Thread Bill Janssen
I've added in some code that Chris Stawarz contributed to allow the use of non-blocking sockets, with the program thread allowed to do other things during the handshake while waiting for the peer to respond. http://pypi.python.org/pypi/ssl If this is OK with everyone, I'd like to now port this ba