opencryptoki / openssl-ibmca

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

Provider currency #92

Closed ifranzki closed 1 year ago

ifranzki commented 1 year ago

Update the IBMCA provider code to know newly added parameters and changed behavior that were added to the OpenSSL code base over time.

Note that most code changes in this PR are only included when compiling against a newer OpenSSL library, i.e. >= OpenSSL 3.1. For compiled against OpenSSL 3.0 the changes should be a no-change.

ifranzki commented 1 year ago

Also added another commit to fix something that only happend when run against a newer OpenSSL (master branch in my case). Don't know why it did not hit on earlier versions....

ifranzki commented 1 year ago

@juergenchrist ping