Allow RSA signature operations with RSA_NO_PADDING
authorTomas Mraz <tomas@openssl.org>
Tue, 13 Jul 2021 13:28:24 +0000 (15:28 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 16 Jul 2021 09:29:26 +0000 (11:29 +0200)
commit07d189cee45e334cde119b547449841a4414e740
tree31eedb1ad6b521dcd34ef35e62b358a24f828c19
parentca638147c8cdb7c49621f3f0acc628c090989b6a
Allow RSA signature operations with RSA_NO_PADDING

When no md is set, the raw operations should be allowed.

Fixes #16056

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/16068)
providers/implementations/signature/rsa_sig.c