Compare commits

...

1 Commits

Author SHA1 Message Date
Michal Nowak
e88ef43460 Run unit tests with PKCS#11-aware OpenSSL 2024-09-23 20:15:05 +02:00

View File

@@ -995,6 +995,10 @@ system:gcc:ossl3:sid:amd64:
artifacts: true
unit:gcc:ossl3:amd64:
# Set up environment variables to run unit tests with PKCS#11-aware OpenSSL
variables:
OPENSSL_CONF: "/var/tmp/etc/openssl-provider.cnf"
SOFTHSM2_CONF: "/var/tmp/softhsm2/softhsm2.conf"
<<: *debian_sid_amd64_image
<<: *unit_test_job
needs: