Re: how to enable debug mode of openssl

2008-10-15 Thread Krzysiek Kwiatkowski
Hi, You can actaully recompile OpenSSL, so that the debug symbols will be included. Just run ./confid -d && make build_libs && make build-shared. Then you can compile your software and link it against those shared libraries, that you compiled. But I'm not sure if it will help you. Regards, Kris

Re: how to enable debug mode of openssl

2008-10-13 Thread joshi chandran
> >> > >> > >> > problem was solved by updating openssl to the latest release 0.9.8i >> > (the one I used was 0.9.8a.) But I still don't know the root cause of >> > that aborting. Anyway, it works now. >> > >> > Thanks, >&g

Re: how to enable debug mode of openssl

2008-10-13 Thread joshi chandran
enssl to the latest release 0.9.8i > > (the one I used was 0.9.8a.) But I still don't know the root cause of > > that aborting. Anyway, it works now. > > > > Thanks, > > Elven > > > >> Date: Wed, 8 Oct 2008 01:21:08 -0700 > >> Subject: Re: how to en

Re: how to enable debug mode of openssl

2008-10-09 Thread Kyle Hamilton
oot cause of > that aborting. Anyway, it works now. > > Thanks, > Elven > >> Date: Wed, 8 Oct 2008 01:21:08 -0700 >> Subject: Re: how to enable debug mode of openssl >> From: [EMAIL PROTECTED] >> To: [EMAIL PROTECTED] >> >> Hi Elven, >> >> I su

Re: how to enable debug mode of openssl

2008-10-09 Thread joshi chandran
w the root cause of that aborting. Anyway, it works now. Thanks, Elven > Date: Wed, 8 Oct 2008 01:21:08 -0700 > Subject: Re: how to enable debug mode of openssl > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > > Hi Elven, > > I suggest try using ERR_print_errors (h

RE: how to enable debug mode of openssl

2008-10-08 Thread 曹飞
(the one I used was 0.9.8a.) But I still don't know the root cause of that aborting. Anyway, it works now. Thanks, Elven> Date: Wed, 8 Oct 2008 01:21:08 -0700> Subject: Re: how to enable debug mode of openssl> From: [EMAIL PROTECTED]> To: [EMAIL PROTECTED]> > Hi El

RE: how to enable debug mode of openssl

2008-10-08 Thread 曹飞
Wed, 8 Oct 2008 00:47:33 -0700> From: [EMAIL PROTECTED]> To: > openssl-users@openssl.org> Subject: Re: how to enable debug mode of openssl> > > There is no 'debug mode' of OpenSSL. However, please note that> OpenSSL > doesn't check its pointers to make su

Re: how to enable debug mode of openssl

2008-10-08 Thread Kyle Hamilton
There is no 'debug mode' of OpenSSL. However, please note that OpenSSL doesn't check its pointers to make sure that they're valid before trying to use them. So, how is it aborting? Is it aborting due to invalid memory access? Is it aborting due to a breakpoint? Or is it just failing and your co