Re: OpenSSL debug mode

2007-06-08 Thread Brendan Kennedy
On 6/8/07, Marek Marcola <[EMAIL PROTECTED]> wrote: > > How do I setup OpenSSL so as that I can debug into the library from my > application? You may use something like that: $ ./Configure threads shared \ --prefix=/usr/local/openssl-0.9.8b-debug linux-elf -g Thank you Marek! That wo

Re: OpenSSL debug mode

2007-06-08 Thread Marek Marcola
On Thu, 2007-06-07 at 15:21 +0100, Brendan Kennedy wrote: > Hi All, > > Just some simple (newb) questions: > > How do I setup OpenSSL so as that I can debug into the library from my > application? You may use something like that: $ ./Configure threads shared \ --prefix=/usr/local/op

OpenSSL debug mode

2007-06-07 Thread Brendan Kennedy
Hi All, Just some simple (newb) questions: How do I setup OpenSSL so as that I can debug into the library from my application? Also, any resourses on Engine debug would be a great help. How come OpenCryptoKi and OCF seem too install engines in 'crypto/engine' and other engines (probably hardwa