opencryptoki / openssl-ibmca

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

[PROVIDER] Fix order of providers in configuration #91

Closed juergenchrist closed 1 year ago

juergenchrist commented 1 year ago

Since libica requires a provider that supports HMAC to be loaded and available, fix the order of providers loaded by our sample configuration generator. The "default" provider has to come first such that libica can do the file integrity test with a HMAC provided by this provider when being loaded via the ibmca provider.

Signed-off-by: Juergen Christ jchrist@linux.ibm.com

ifranzki commented 1 year ago

Just a minor nit: Your comment title has '[PROVIDER] .... ' The previous commits all use the 'provider: ....' style.

juergenchrist commented 1 year ago

Just a minor nit: Your comment title has '[PROVIDER] .... ' The previous commits all use the 'provider: ....' style.

Unfortunately the previous commit also violated this. Will clean up the repo. Hopefully nobody has forked off yet and rebased to the current master HEAD...

That said, I will close this PR then and merge manually.