Re: how to debug openssl

2005-08-05 Thread Dmitry Belyavsky
Hello! On Fri, 5 Aug 2005, Jet Young wrote: Dear all, I want to debug the openssl command by using GDB. however, as you know that the default option of the makefile is without -g for gcc. how can i add the -g option for the gcc in an ease way when i compile openssl? ./config -g -- SY,

Detect SSL handshake completion

2005-08-05 Thread Eduri, Eswar M
Title: Detect SSL handshake completion Hello, Is it possible for an engine to detect when an SSL handshake has started or completed? Appreciate your help. regards, Eswar Eduri

Re: how to debug openssl

2005-08-05 Thread Jet Young
thanks to Nils Larsch and Dmitry Belyavasky:) I found the command './config debug' is also work. On 8/5/05, Dmitry Belyavsky [EMAIL PROTECTED] wrote: Hello! On Fri, 5 Aug 2005, Jet Young wrote: Dear all, I want to debug the openssl command by using GDB. however, as you know that