Re: SSL_MODE_AUTO_RETRY and non-blocking sockets

2004-01-17 Thread Dr. Stephen Henson
On Fri, Jan 16, 2004, Joseph Bruni wrote: > > On Jan 16, 2004, at 5:57 PM, Dr. Stephen Henson wrote: > > >On Fri, Jan 16, 2004, Joseph Bruni wrote: > > > >>After reading the man page for SSL_CTX_set_mode, I have to ask, > >>what happens if you set AUTO_RETRY with a non-blocking socket? > >> > >

Re: SSL_MODE_AUTO_RETRY and non-blocking sockets

2004-01-16 Thread Joseph Bruni
On Jan 16, 2004, at 8:26 PM, David Schwartz wrote: The AUTO_RETRY flag disables a case where the SSL/TLS code would signal a retry even though the underlying transport did not during a session renegotiation. This is there to support some applications which brokenly use select() and blocking I/O.

RE: SSL_MODE_AUTO_RETRY and non-blocking sockets

2004-01-16 Thread David Schwartz
> > The AUTO_RETRY flag disables a case where the SSL/TLS code would > > signal a retry even > > though the underlying transport did not during a session > > renegotiation. This is > > there to support some applications which brokenly use select() and > > blocking I/O. > Now you have me curious:

Re: SSL_MODE_AUTO_RETRY and non-blocking sockets

2004-01-16 Thread Joseph Bruni
On Jan 16, 2004, at 5:57 PM, Dr. Stephen Henson wrote: On Fri, Jan 16, 2004, Joseph Bruni wrote: After reading the man page for SSL_CTX_set_mode, I have to ask, what happens if you set AUTO_RETRY with a non-blocking socket? The AUTO_RETRY flag disables a case where the SSL/TLS code would signal

Re: SSL_MODE_AUTO_RETRY and non-blocking sockets

2004-01-16 Thread Dr. Stephen Henson
On Fri, Jan 16, 2004, Joseph Bruni wrote: > After reading the man page for SSL_CTX_set_mode, I have to ask, > what happens if you set AUTO_RETRY with a non-blocking socket? > The AUTO_RETRY flag disables a case where the SSL/TLS code would signal a retry even though the underlying transport did

SSL_MODE_AUTO_RETRY and non-blocking sockets

2004-01-16 Thread Joseph Bruni
After reading the man page for SSL_CTX_set_mode, I have to ask, what happens if you set AUTO_RETRY with a non-blocking socket? __ OpenSSL Project http://www.openssl.org User Support Mailing List