Re: RSA Sign and Verify overriding

2008-11-27 Thread Dr. Stephen Henson
On Thu, Nov 27, 2008, Nanavati, Sitanshu wrote: > Thank you! Steve. > > I just added the flag; however the call goes to rsa_sign.c. > I have hooked following two methods to SSLeay. Could that be a problem for > Sign and verify? > > int (*rsa_pub_dec)(int flen, unsigned char *from, >

RE: RSA Sign and Verify overriding

2008-11-27 Thread Nanavati, Sitanshu
@openssl.org Subject: Re: RSA Sign and Verify overriding On Wed, Nov 26, 2008, Nanavati, Sitanshu wrote: > Hello All, > > I am trying to override the RSA_sign() (with my_RSA_sign() ) and RSA_verify() > (with my_RSA_verify() ) methods thru an engine. From the app I'm invoking > RSA_s

Re: RSA Sign and Verify overriding

2008-11-26 Thread Dr. Stephen Henson
On Wed, Nov 26, 2008, Nanavati, Sitanshu wrote: > Hello All, > > I am trying to override the RSA_sign() (with my_RSA_sign() ) and RSA_verify() > (with my_RSA_verify() ) methods thru an engine. From the app I'm invoking > RSA_sign(...) however the call still goes to OpenSSL method in rsa_sign.c