Hi,

I am looking for the reason:

error:0408D068:rsa routines:FIPS_RSA_VERIFY:bad signature

I am using:

EVP_MD_CTX_init(&mdctx);
EVP_PKEY_assign_RSA(pkey, rsaKey);
EVP_VerifyInit()
EVP_VerifyUpdate()
EVP_VerifyFinal()


I checked the returned value at each step. However, I got the above error in 
the final step.
What could be the possible cause for this error?

Thanks
Helen

Reply via email to