Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 2b9792efd19da3a9c2b7e0ac483e357d > files > 9

engine_pkcs11-0.1.8-2mdv2010.1.x86_64.rpm

In Mandriva, the engine file has been placed in the
/usr/lib64/openssl/engines directory instead of the default
/usr/lib64/engines. This was done so in order to match our openssl
installation.
Considering this new path, below is the suggested change to openssl.cnf
in order to use this engine:
openssl_conf = openssl_def
[openssl_def]
engines = engine_section
[engine_section]
pkcs11 = pkcs11_section
[pkcs11_section]
engine_id = pkcs11
dynamic_path = /usr/lib64/openssl/engines/engine_pkcs11.so
MODULE_PATH = /usr/lib64/opensc-pkcs11.so
init = 0