Re: [opensc-devel] pkcs11 problem

2007-09-01 Thread Gürer Özen
On Saturday 01 September 2007 18:19:58 you wrote: > Strange! > I don't have this error. > Are you sure the slot id is correct? > Try pkcs11-tool --list-slots I get that: Slot 0 (GetSlotInfo failed, error 257) It seems, GetSlotInfo tries to read PrKDF/PuKDF without doing CHV too. __

Re: [opensc-devel] pkcs11 problem

2007-09-01 Thread Alon Bar-Lev
Strange! I don't have this error. Are you sure the slot id is correct? Try pkcs11-tool --list-slots Alon. On 9/1/07, Gürer Özen <[EMAIL PROTECTED]> wrote: > > In our AKIS PKCS-15 setup, PrKDF and PuKDF files need CHV for read access. > That is conformant to the RSA EID Conformance Profile Spec fi

[opensc-devel] pkcs11 problem

2007-09-01 Thread Gürer Özen
In our AKIS PKCS-15 setup, PrKDF and PuKDF files need CHV for read access. That is conformant to the RSA EID Conformance Profile Spec file on their site. Other DFs are read accessible without a PIN. Now, with OpenSC API, I can do the following (in pseudo code): sc_connect_card(reader, slot, &c