And again,

I just filed another bug on SourceForge: the openca-sv executable does not
process the -engine parameter correctly:

$ /usr/local/bin/openca-sv sign -engine chil -keyform engine -in
~/tmp/tosign.txt -out ~/tmp/signed.txt -cert
/usr/local/openca-0.9.2/var/crypto/cacerts/cacert.pem -keyfile rsa-sslca
no engine specified
unable to load private key

This is mainly due to the fact that openca-sv shoud be compiled with
-DOPENSSL_ENGINE, then the code for engine activation is compiled in.

But if I do this, the tool complains that it cannot find the "chil"
engine:

$ /opt/nfast/bin/with-nfast -M
/usr/src/openca-0.9.2-RC4/src/openca-sv/src/openca-sv sign -engine chil
-keyform engine -in ~/tmp/tosign.txt -out ~/tmp/signed.txt -cert
/usr/local/openca-0.9.2/var/crypto/cacerts/cacert.pem -keyfile rsa-sslca

Loading tokens and/or keys on Module#1, ESN AFC3-50ED-B767

0 cardset(s) and 0 key(s) loaded, in total across all module(s).
Executing /usr/src/openca-0.9.2-RC4/src/openca-sv/src/openca-sv ...

invalid engine "chil"
7150:error:2606A074:engine routines:ENGINE_by_id:no such
engine:eng_list.c:379:id=chil
7150:error:2606A074:engine routines:ENGINE_by_id:no such
engine:eng_list.c:379:id=dynamic
no engine specified
unable to load private key


Any ideas?

Martin



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
OpenCA-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to