CAPI engine: add support for RSA_NO_PADDING
authorRichard Levitte <levitte@openssl.org>
Tue, 11 Sep 2018 09:00:30 +0000 (11:00 +0200)
committerMatt Caswell <matt@openssl.org>
Tue, 11 Sep 2018 09:36:45 +0000 (10:36 +0100)
commitf6c6c7c95caedb6046e751a3e24d1923a6554fa7
tree11537c3dd3f8444e7894ba296352a9b3f3c00d60
parent1fa7e2ee06f24cdc7fe04599456a07f29db69d95
CAPI engine: add support for RSA_NO_PADDING

Since the SSL code started using RSA_NO_PADDING, the CAPI engine became
unusable.  This change fixes that.

Fixes #7131

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7174)

(cherry picked from commit 37f4928701aa54937ce8eef422a2165afeec5cec)
engines/e_capi.c