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

how to debug openssl

2005-08-04 Thread Jet Young
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? many thanks. have a good day! __

replace cipher alg and how does engine work

2005-05-18 Thread Jet Young
Hi,all I want to do something with openssl as follows: 1.i want replace the RSA's implementation of openssl with my own implementation. 2.i have implemented a new cipher algorithm,and i want openssl make use of it. however, i want these changes take effect without rebuilding openssl. can anyone tel