mbox series

[ima-evm-utils,0/2] Fix issue with tests and provider on Ubuntu 24.04

Message ID 20240514182300.92440-1-stefanb@linux.ibm.com (mailing list archive)
Headers show
Series Fix issue with tests and provider on Ubuntu 24.04 | expand

Message

Stefan Berger May 14, 2024, 6:22 p.m. UTC
The 1st patch fixes an issue on Ubuntu 24.04 due to which an OpenSSL
provider could not be used.

The 2nd patch passes --engine pkcs11 or --provider pkcs11 options via
EVNCTL_ENGINE variable so that the proper values are used on the command
line for a pkcs11 test case evmctl.

Regards,
   Stefan

Stefan Berger (2):
  evmctl: Replace OSS_PROVIDER_load with OSSL_PROVIDER_try_load (Ubuntu)
  tests: Use EVMCTL_ENGINE to set engine or provider for test case

 src/evmctl.c           | 2 +-
 tests/sign_verify.test | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

Comments

Mimi Zohar May 15, 2024, 11:38 a.m. UTC | #1
On Tue, 2024-05-14 at 14:22 -0400, Stefan Berger wrote:
> The 1st patch fixes an issue on Ubuntu 24.04 due to which an OpenSSL
> provider could not be used.
> 
> The 2nd patch passes --engine pkcs11 or --provider pkcs11 options via
> EVNCTL_ENGINE variable so that the proper values are used on the command
> line for a pkcs11 test case evmctl.
> 
> Regards,
>    Stefan
> 
> Stefan Berger (2):
>   evmctl: Replace OSS_PROVIDER_load with OSSL_PROVIDER_try_load (Ubuntu)
>   tests: Use EVMCTL_ENGINE to set engine or provider for test case

Thanks, Stefan.  Both patches are now queued.

Mimi