Hello!

I try to do some XML-ENC with OpenSSL (https://www.w3.org/TR/xmlenc-core1/#sec-RSA-OAEP, section 5.5.2) and I have some problems with the padding.
Now I have some problems with decrypting a RSA-encoded string.

For identifier "rsa-oaep-mgf1p" I use RSA_PKCS1_OAEP_PADDING for padding and it is fine. For "http://www.w3.org/2001/04/xmlenc#rsa-1_5"; I use RSA_PKCS1_PADDING and it is also ok.

But it is not working for "rsa-oaep". I tried any padding setting possible.
Any ideas??

Thanks!
Chris




-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to