I had the problem described here: PKCS#11 engine does not work in openssl on centos 6
So I tried to apply the solution, with my paths:
engine -t dynamic -pre SO_PATH:/usr/lib/engines/engine_pkcs11.so -pre ID:pkcs11 -pre LIST_ADD:1 -pre LOAD -pre MODULE_PATH:/usr/local/lib/libsst.so
But I don't have libsst.so anywhere. Can't figure the right package to install.
So the previous command line ends with:
Loaded: (pkcs11) pkcs11 engine
unable to load module /usr/local/lib/libsst.so
[ unavailable ]
Debian version: 6.0.10
What do I need to install?