Re: [opensc-devel] Fwd: engine-pkcs11 incompatible version?

2007-08-07 Thread Eddy Nigg (StartCom Ltd.)
Well, this looks much better now. But is there a key on that token? How about -key 0:45 or simply -key 45 ?? Siddhartha Kasivajhula wrote: >On 8/7/07, *Eddy Nigg (StartCom Ltd.)* <[EMAIL PROTECTED] > wrote: >Try using engine "dynamic" instead of "pkcs11" or you might n

Re: [opensc-devel] Fwd: engine-pkcs11 incompatible version?

2007-08-07 Thread Siddhartha Kasivajhula
>On 8/7/07, Eddy Nigg (StartCom Ltd.) <[EMAIL PROTECTED]> wrote: >Try using engine "dynamic" instead of "pkcs11" or you might need to use everything >in one go...not sure anymore how this dynamic stuff works...Something Fails :( - OpenSSL> req -engine dynamic -new -key id_45 -keyform engine -

Re: [opensc-devel] Fwd: engine-pkcs11 incompatible version?

2007-08-07 Thread Eddy Nigg (StartCom Ltd.)
Try using engine "dynamic" instead of "pkcs11" or you might need to use everything in one go...not sure anymore how this dynamic stuff works...Something like: engine dynamic -pre SO_PATH:/opt/ITsmartcard/lib/engines/engine_pkcs11.so -pre ID:pkcs11 -pre LIST_ADD:1 -pre LOAD -pre MODULE_PATH:/h

Re: [opensc-devel] Fwd: engine-pkcs11 incompatible version?

2007-08-07 Thread Siddhartha Kasivajhula
I installed openssl (latest) and opensc (latest) in non-default locations and tried again, with limited success. It now gets past the engine dynamic... stage: - $ openssl OpenSSL> engine dynamic -pre SO_PATH:/opt/ITsmartcard/lib/engines/engine_pkcs11.so -pre ID:pkcs11 -pre LIST_ADD:1 -pre LOAD

Re: [opensc-devel] Fwd: engine-pkcs11 incompatible version?

2007-08-07 Thread Douglas E. Engert
Siddhartha Kasivajhula wrote: > > Yes, this is a Solaris box, and I could probably get some support for > it. I'll try to install openssl with dynamic loading support (I guess I > can find info about this in the openssl documentation?) and see if the > problem goes away. > > What version

[opensc-devel] Fwd: engine-pkcs11 incompatible version?

2007-08-06 Thread Siddhartha Kasivajhula
> No that will not work. You're treating engine_pkcs11.so as a PKCS#11 > module, which it is not. You could try this: > > engine pkcs11 -pre SO_PATH:/opt/ITsmartcard/lib/opensc-pkcs11.so I see. This fails with: OpenSSL> engine pkcs11 -pre SO_PATH:/opt/ITsmartcard/lib/opensc-pkcs11.so (pkcs11) PK