[Python-Dev] ssl module, non-blocking sockets and asyncore integration

Bill Janssen janssen at parc.com
Wed Sep 17 18:46:59 CEST 2008


Giampaolo Rodola' <gnewsg at gmail.com> wrote:

> I change my question: how am I supposed to know when the SSL hanshake
> is completed? When pending() returns False?

When do_handshake() doesn't raise an exception.

Bill


More information about the Python-Dev mailing list