> Can the TLS handshake be made to respect timeouts on sockets, or would
> this require changes deep inside OpenSSL?

I'm not sure.  Good test case to try.  I believe it will work.

By the way, interested parties should read

http://www.openssl.org/docs/ssl/SSL_CTX_set_options.html

and think about the options there.  I see the code currently selects

   SSL_OP_ALL

to enable all the various bug workarounds, but selects none of the
modifiers.  I'm not currently planning to change that behavior.

Bill
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to