Re: how to see the SSL handshake

2012-01-13 Thread BharadwajNS

You can use wireshark to analyse ssl packets.
-- 
View this message in context: 
http://old.nabble.com/how-to-see-the-SSL-handshake-tp33046057p33125719.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org


Re: SSL_ERROR_SSL

2011-09-22 Thread BharadwajNS

Hi,

As far as I know, there is no point going again to the loop when we have
SSL_ERROR_SSL.
Suppose in case of SSL_ERROR_WANT_READ or SSL_ERROR_WANT_WRITE this would
have made sense.

Maybe there is a timeout or watchdog which stops it from consuming a lot of
time and closes the socket.

Since even I m not sure, lets wait for some experts comments.

BR,
Bharadwaj

-- 
View this message in context: 
http://old.nabble.com/SSL_ERROR_SSL-tp32496288p32503812.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org