Hi,

I need to do RSA encryption/decryption using OAEP according to rfc 3447/PKCS#1 
v2.1. The documentation for RSA_public_encrypt states that with the 
RSA_PKCS1_OAEP_PADDING padding flag you get 'EME-OAEP as defined in PKCS #1 
v2.0 with SHA-1, MGF1 and an empty encoding parameter'. This is what I want to 
do, expect that according to my spec I should use PKCS #1 v2.1.

What is the difference between PKCS #1 v2.0 and v2.1? Is it possible to do PKCS 
#1 v2.1 in openssl? I'm using the openssl-0.9.8 branch.

Regards Roger

                                          

Reply via email to