Enable keyfromlabel and enginepkcs11 systemtests with pkcs11-provider

- Simplify configuration management by deducing SoftHSM module path
  from openssl config

- Determine the engine flag (-E) value from openssl config

- Drop unused/unneeded environment variables

- Run pkcs11-provider tests on Debian "sid" ossl3 flavor
This commit is contained in:
Timo Teräs
2023-08-05 15:22:38 +03:00
parent 628dd278d3
commit 7fbcf38a3f
13 changed files with 80 additions and 27 deletions

View File

@@ -16,6 +16,7 @@ set -e
# shellcheck source=conf.sh
. ../conf.sh
parse_openssl_config
PWD=$(pwd)
status=0