Topic: PrivateDecrypt with OAEP padding
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.