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?
> >>
> >
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.
> > 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:
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
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
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