[opensc-devel] engine_pkcs11/libp11 slot identification issue

2009-06-09 Thread Stuart Northfield
Hi, I'm working on a project which is using HSM stored keys via PKCS#11 in OpenSSL. The software 'stack' is: OpenSSL + engine_pkcs11 + libp11 + PKCS#11 module We have a situation where the OpenSSL configuration is specifying the private key to be used as : say 0:1234567890ABCDEF for exampl

Re: [opensc-devel] Problems compiling OpenSC in Solaris 10 SPARC architecture

2009-06-09 Thread Douglas E. Engert
A couple of things I see: You are using the pcsc provided by Sun. I compiled the pcsc-lite-1.5.3 and made sure it found its include and lib. My --prefix for all of the packages was /opt/smartcard. configure, make, install each into /opt/smartcard in this order: pcsc-lite, ccid, opensc, libp11, eng

[opensc-devel] opensc-tool: SC_AC_OP_ERASE in ac_ops_ef (src/tools/opensc-tool.c:303)

2009-06-09 Thread Aktiv Co. Aleksey Samsonov
Hi! src/tools/opensc-tool.c:303: const char *ac_ops_ef[] = { "read", "update", "write", "erase", "rehab", "inval" }; src/libopensc/opensc.h:92 /* Operations relating to access control (in case of DF) */ #define SC_AC_OP_SELECT 0 #define SC_AC_OP_LO