xca icon indicating copy to clipboard operation
xca copied to clipboard

XCA 2.4.0 does not load OpenSC's PKCS11 library

Open n4al opened this issue 1 year ago • 3 comments

I am running XCA 2.4 on macOS 11.6.8 with SmartHard-HSM token (OpenSC 0.22 driver). When I try to load the PKCS11 library that comes with OpenSC he following error message is printed:

8203 Debug: Failed to load PKCS#11 provider "/Library/OpenSC/lib/opensc-pkcs11.so"

There is no additional information to help troubleshooting.

It used to work with 2.3.0. However, now 2.3.0 fails to start (it hangs on the password screen)

n4al avatar Aug 09 '22 07:08 n4al

Same issue for me. Is a fix for 2.4 planned?

Same issue here. Can't load any PKCS#11 library on MacOS: file not found!

iqt4 avatar Feb 26 '23 20:02 iqt4

I was able to fix this on Fedora 37 by using the library: "/usr/lib64/opensc-pkcs11.so"

FLWFTW avatar Jun 21 '23 22:06 FLWFTW