Robinson, Richard L (Rick) wrote:
I am still running into a few problems and am hoping for a little more
debugging assistance.
I created these entries in my configuration file (certsc.cnf):
----
engine = engine_section
[ engine_section ]
smartcard = smartcard_engine
[ smartcard_engine ]
engine_id = smartcard
SO_PATH = /usr/lib/opensc/engine_pkcs11.so
MODULE_PATH = /usr/lib/pkcs11/opensc-pkcs11.so
ID = smartcard
LIST_ADD = 1
NO_VCHECK = 1
LOAD = EMPTY
----
as Erwann Abalea already told you need something like:
openssl_conf = openssl_init;
[openssl_init]
engines = engine_section;
...
in your conf (btw: it should be "engines" and not "engine"). The
"openssl_conf" and "engines" Entries are mandatory, without them
openssl won't find/parse the engine section.
Nils
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]