opencryptoki / openssl-ibmca

OpenSSL engine and provider for libica.
Apache License 2.0
6 stars 15 forks source link

Fix doing rsa-me, altough rsa-crt would be possible #49

Closed p-steuer closed 5 years ago

p-steuer commented 5 years ago

rsa-crt is preferred to rsa-me when possible for performance reason. This bug was introduced with commit dc8465b (ibmca >= 1.3.1) for openssl >= 1.1.0. Commit ed496f6 (ibmca >= 2.0.0) introduced the bug also for openssl versions < 1.1.0.

Signed-off-by: Patrick Steuer patrick.steuer@de.ibm.com