Hello,


is there a way to make the SSL handshake verbose, when using the openssl API?


Yes. Rebuild OpenSSL library with -DKSSL_DEBUG. I dont remember right but you can do:

./configure -DKSSL_DEBUG. After that you can try openssl s_server and s_client to see handshake messages.

Regards,
Anil Mamede



Quoting [EMAIL PROTECTED]:

Hello,

is there a way to make the SSL handshake verbose, when using the openssl API?

Thanks.

phiroc
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]




______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to