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
>
>> >
>> >
>> > 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
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
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
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
(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
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
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