opencryptoki / openssl-ibmca

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

Adjust to libica 3.8 #68

Closed juergenchrist closed 3 years ago

juergenchrist commented 3 years ago

libica 3.8 splits libica into libica.so and libica-cex.so. ibmca adjusts to this by providing:

Furthermore, ibmca now does not use sw fallbacks from libica but implements own fallbacks based on OpenSSL.

Fixed hard linking against libica in ibmca_ec.c

Additionally, global state and registration is cleaned up.

Added some tests and adjusted test harness for parallel tests.

juergenchrist commented 3 years ago

This PR does not yet contain the commit to bump the version to 2.2.0. Will add that later.

juergenchrist commented 3 years ago

Rebased for merging...