opencryptoki / openssl-ibmca

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

openssl3, libica4, and configuration #75

Closed juergenchrist closed 2 years ago

juergenchrist commented 2 years ago

Update Tests for OpenSSL 3.0 compatibility. Add script to generate a configuration from an existing configuration. This is not installed by default but left to the distributor. It does not overwrite the existing configuration. Update code and configure.ac such that it can use libica version 4 but also version 3.

jschmidb commented 2 years ago

From what I can judge, this looks good. Important is that libica version 4 is the default and version 3 can optionally be configured.

sharkcz commented 2 years ago

Could you tag a new release with these change? It would make my life easier :-) Thanks.