The tests currently fail on debian:bookworm due to a bug in OpenSSL
3.0.13.
# See the COPYRIGHT file distributed with this work for additional
# information regarding copyright ownership.
+import pytest
+
+@pytest.mark.xfail(reason="openssl bug causes failure on bookworm [GL #4814]")
def test_enginepkcs11(run_tests_sh):
run_tests_sh()
# See the COPYRIGHT file distributed with this work for additional
# information regarding copyright ownership.
+import pytest
+
+@pytest.mark.xfail(reason="openssl bug causes failure on bookworm [GL #4814]")
def test_keyfromlabel(run_tests_sh):
run_tests_sh()