Hi,
I need to set the OAEP padding parameter for some data I need to encrypt/
decrypt in order to send to another entity who uses this parameter. It
appears that inside OpenSSL, the parameter is hard coded to NULL. (crypto/
rsa/rsa_eay.c:124 in 0.9.7d).
Would OpenSSL accept a patch to allow the setting of this parameter? One
possible solution would be to create a padding char* and length in the RSA
object, allow the app to set that, and pass it in inside
RSA_eay_public_encrypt(). If this is the preferred way, I'd be glad to write
up a patch and submit.
Thanks,
Kent
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]