OpenSSL debug using DDD

2007-07-03 Thread Brendan Kennedy
Hi all, I am trying to debug through OpenSSL using DDD. The functionality I want to look at is that resulting from: openssl genrsa -engine cryptodev Basically I want to see where the engine functions get called and what parts of the RSA functionality remain in OpenSSL and what parts are offload

Re: util/libeay.num

2007-06-14 Thread Brendan Kennedy
Thanks Victor. I am on Linux, so I will ignore these updates. Best Regards, Brendan On 6/14/07, Victor B. Wagner <[EMAIL PROTECTED]> wrote: On 2007.06.14 at 11:15:25 +0100, Brendan Kennedy wrote: > Hi All, > > I'm trying to install a patch for 0.9.7c on 0.9.8a OpenSSL. T

util/libeay.num

2007-06-14 Thread Brendan Kennedy
Hi All, I'm trying to install a patch for 0.9.7c on 0.9.8a OpenSSL. This involves doing things by hand. Anyway, there is the following update: diff -pburN -x certs openssl-0.9.7c/util/libeay.num openssl-0.9.7c-pkcs11_engine/util/libeay.num --- openssl-0.9.7c/util/libeay.num 2003-09-28 04:25

Re: OCF on RHEL5 ssl.patch, p.clear problem

2007-06-08 Thread Brendan Kennedy
On 5/30/07, Brendan Kennedy <[EMAIL PROTECTED]> wrote: Hi All, I could not find much info on this in the openssl-users archive, so sorry if I am creating a duplicate thread. First of all I am installing OpenSSL-0.9.8a, but first it is patched using ssl.patch from the Open Cryptographic Framework

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

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

OCF on RHEL5 ssl.patch, p.clear problem

2007-05-30 Thread Brendan Kennedy
Hi All, I could not find much info on this in the openssl-users archive, so sorry if I am creating a duplicate thread. First of all I am installing OpenSSL-0.9.8a, but first it is patched using ssl.patch from the Open Cryptographic Framework guys (hopefully there is some overlap in the users of

Re: Verify OpenSSL-0.9.8a install on Redhat enterprise linux 5

2007-05-30 Thread Brendan Kennedy
Hi Marek, Thanks for replying so quickly! Running # ./config shared has updated the Makefile and the result was the generation of shared libraries and the other (b) install seems not to be effected. Thanks again, Brendan __ O

Verify OpenSSL-0.9.8a install on Redhat enterprise linux 5

2007-05-30 Thread Brendan Kennedy
Hi All, I am trying to install OpenSSL-0.9.8a on RHEL5. Now, RHEL5 comes with it's own install of OpenSSL-0.9.8b (that I do not want to mess up as its libs are linked to by a number of applications). I'm downgrading as I must work with that version of the library. When I install OpenSSL - make,