1

(6 replies, posted in wolfSSL)

Hi Jacob,

Thanks for reply. Yes, that is the exact function call needed for the project. Could you suggest any alternative ways?

2

(6 replies, posted in wolfSSL)

Hello,

Is there an equilavent function or setting of the following openSSL function call?

RSA_private_decrypt(inlen, input, out, rsa, RSA_PKCS1_OAEP_PADDING);


I read in the forum that OAEP is not support but the post was 2010 dated. smile