dynamic engines in openssl.cnf

2005-11-14 Thread Cornelius Koelbel
HEllo List, I am trying to use a dynamic engine from opensc. This shall load a module of a third party. At the openssl command prompt everything works fine. --snip-- OpenSSL engine dynamic -pre SO_PATH:/usr/lib/opensc/engine_pkcs11.so -pre ID:pkcs11 -pre LIST_ADD:1 -pre LOAD -pre

Re: dynamic engines in openssl.cnf

2005-11-14 Thread Nils Larsch
Cornelius Koelbel wrote: ... But I'd like to load the engine from the config file, so that I can add the openssl command to a script. --snip-- [ openssl_init ] engines = engine_section [ engine_section ] pkcs11 = pkcs11_engine_section [ pkcs11_engine_section ] init= 1

RE: dynamic engines in openssl.cnf

2005-11-14 Thread Frédéric Donnat
Larsch [mailto:[EMAIL PROTECTED] Sent: Mon 11/14/2005 8:23 PM To: openssl-users@openssl.org Cc: Subject:Re: dynamic engines in openssl.cnf Cornelius Koelbel wrote: ... But I'd like to load the engine from the config file, so that I can add the openssl command to a script