opencryptoki / openssl-ibmca

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

Initialize rsa_keygen in RSA_METHOD for openssl < 1.1.0 #3

Closed pvital closed 7 years ago

pvital commented 7 years ago

Setting as NULL the rsa_keygen field of RSA_METHOD structure when using openssl < 1.1.0. Setting as NULL, the builtin RSA key generation will be used.

This patch fixes GitHub issue #2

Signed-off-by: Paulo Vital pvital@linux.vnet.ibm.com