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
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
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