mbox series

[ima-evm-utils,0/3] Enable and disable OpenSSL provider tests

Message ID 20240621005912.1365462-1-stefanb@linux.vnet.ibm.com (mailing list archive)
Headers show
Series Enable and disable OpenSSL provider tests | expand

Message

Stefan Berger June 21, 2024, 12:59 a.m. UTC
From: Stefan Berger <stefanb@linux.ibm.com>

This series enables tests with OpenSSL providers on Ubuntu for testing with
pkcs11 and SoftHSM. At the same time it disables testing with OpenSSL
providers on AltLinux and Debian due to an issue that most likely stems
from a bug in a dependency (OpenSSL, libp11, SoftHSM, or others).

Regards,
   Stefan

Stefan Berger (3):
  Call OPENSSL_Cleanup before main exit to avoid crashes when engine was
    used
  CI/CD: Disable pkcs11 providers for Debian and AltLinux
  CI/CD: Also enable Ubuntu 24.04 (Noble) and run provider tests

 .github/workflows/ci.yml |  5 ++++
 .travis.yml              |  4 +++
 ci/alt.sh                |  2 +-
 ci/debian.sh             |  2 +-
 ci/ubuntu.sh             | 63 +++++++++++++++++++++++++++++++++++++++-
 src/evmctl.c             |  3 ++
 6 files changed, 76 insertions(+), 3 deletions(-)
 mode change 120000 => 100755 ci/ubuntu.sh