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,
>
@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
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