Test for and use AES CSP for RSA if present.
authorDr Stephen Henson <steve@openssl.org>
Tue, 9 Feb 2016 14:33:51 +0000 (14:33 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 11 Feb 2016 16:01:44 +0000 (16:01 +0000)
commit7b548d3f11adccc67123e1f6f5c118aef857a8d2
tree45267e47b0c60a0b7c14f08e392c4e252c90de3e
parent64c443e3f0057946ddd8f37a36821a7f9c0e0493
Test for and use AES CSP for RSA if present.

Some keys are attached to the full RSA CSP which doesn't support SHA2
algorithms: uses the AES CSP if present.

Reviewed-by: Tim Hudson <tjh@openssl.org>
engines/e_capi.c