RE: SSL_get_shutdown() returns 3

2011-11-02 Thread dave.mclellan
enssl-users@openssl.org Subject: Re: SSL_get_shutdown() returns 3 On Mon, Oct 31, 2011 at 4:15 PM, wrote: > I'm looking into the use of SSL_get_shutdown to possibly avoid unnecessary > calls to SSL_shutdown.   I noticed that SSL_get_shutdown() returns a 3 > sometimes, but I can't

Re: SSL_get_shutdown() returns 3

2011-11-01 Thread Jeffrey Walton
On Mon, Oct 31, 2011 at 4:15 PM, wrote: > I’m looking into the use of SSL_get_shutdown to possibly avoid unnecessary > calls to SSL_shutdown.   I noticed that SSL_get_shutdown() returns a 3 > sometimes, but I can’t find a symbol that tells what that means.  In ssl.h I > see: > > 1=SSL_SENT_SHUTDO

SSL_get_shutdown() returns 3

2011-11-01 Thread dave.mclellan
I'm looking into the use of SSL_get_shutdown to possibly avoid unnecessary calls to SSL_shutdown. I noticed that SSL_get_shutdown() returns a 3 sometimes, but I can't find a symbol that tells what that means. In ssl.h I see: 1=SSL_SENT_SHUTDOWN and 2=SSL_RECEIVED_SHUTDOWN. No explanation fo