Topic: unable sign data with pkcs1 private key certificate

Hi,
I am trying to sign the data with pkcs1 private key. I am able to decode the private key with RsaPrivateKeydecode(), but when I am trying to sign the data using RsaSSL_Sign() function, I am getting the error at the following function and the error following error:
error at function: integer.c:  Reredux(&M[x],p,mp).
it is giving return code other than MP_OKAY.

may I know the reason why it is failing.

regards
Kranthi

Share

Re: unable sign data with pkcs1 private key certificate

Hi kranthi,

You said the return code is not MP_OKAY, can you tell us what the return code is that you are seeing?


Regards,

- Kaleb