Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > cf2cf2df6ed88102c0cad7e84246640b > files > 8

engine_pkcs11-0.1.4-1mdv2008.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