Hi,

 

> Is it possible to specify a different padding scheme (e.g. 
> RSA_PKCS1_PSS_PADDING) using this API ?

> If not, what is the easiest way to work around this "limitation" ?



Isn’t it what you are looking for : EVP_PKEY_CTX_set_rsa_padding() ?

https://www.openssl.org/docs/manmaster/man3/EVP_PKEY_CTX_set_rsa_padding.html

and :

https://wiki.openssl.org/index.php/EVP_Signing_and_Verifying

(OpenSSL version >= 1.0)

 

Hope it helps,

 

Michel.

 

 

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

Reply via email to