[gnutls-devel] GnuTLS | pkcs11-provider: rework to share the code with the existing PKCS#11 support (!2018)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Thu Sep 18 04:05:53 CEST 2025
Daiki Ueno commented on a discussion on tests/pkcs11-provider/test-pkcs11-provider.sh: https://gitlab.com/gnutls/gnutls/-/merge_requests/2018#note_2759112588
> -
> MODULE="/lib64/pkcs11/libkryoptic_pkcs11.so"
> if [ ! -f "$MODULE" ]; then
> echo "Need Kryoptic module to run this test."
> exit 77
> fi
>
> +. ${srcdir}/scripts/common.sh
> +testdir=`create_testdir pkcs11-provider`
> +
> LABEL="Kryoptic Token"
> PIN="12345"
> -PRIORITY_FILE="${testdir}/gnutls.$$.conf"
> -KRYOPTIC_DB="${testdir}/kryoptic.$$.sql"
> -export KRYOPTIC_CONF="${testdir}/kryoptic.$$.conf"
> +PRIORITY_FILE="${testdir}/gnutls.conf"
testdir should be unique, as it is created using `create_testdir`
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/2018#note_2759112588
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20250918/bb16714a/attachment-0001.html>
More information about the Gnutls-devel
mailing list