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 offloaded to the crypto driver. My problem is that when I open the 'openssl' binary in DDD, the source code loaded up is apps/dhparam.c I want genrsa.c. How can I get to the correct main function? Also, if there's a tutorial on using many main functions for different application execution options, I'd love to see it, because that is very interesting to me! (Please tell me the URL!) Other info: I compiled using: ./Configure threads shared --prefix=/usr/local/openssl_test_inst linux-elf -g Best Regards, Brendan ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]