Doug Engert
Doug Engert
The "limitation of libp11" was new, commit [85a91f4502](https://github.com/OpenSC/libp11/commit/85a91f4502d48371df0d392d19cecfbced2388c0) solved a different problem, of un under specified URI for a key or cert. it looks like opensc-pkcs11.so and onepin-opensc-pkcs11.so will produce...
Yes, the problem was introduced by OpenSC to solve a problem with FireFox. In so doing we introduced the problem of the user **accidentally** loading the same module under 2...
Looks like distro (or OpenSC) changed the location of the lib and dropped the pkcs11 directory between 0.21 and 0.22 which would complicate identifying duplicates or updated versions. On Thu,...
> I think it has something to do with management key. Since I can't find where I can feed OpenSC mindiriver with the PIV Management Key, it can't do administrative...
From your description it looks like firefox was never restarted. There are a number of possible issues. FireFox introduced os Client on windows to use MS code that uses minidrivers....
The card keep sending the command `00 20 00 81` which is a test to see if the login session using pin 81 is still valid. But the return value...
Being set tot the same value means it will verify either. Most card drivers let the OpenSC pin routines check the status. It looks like your driver checks it first...
Does anyone with a CardOS card have two PINs for the card? Do you have to use the onepin-pkcs11.dll or onepin-pkcs11.so? @the-docta The reasons I asked about PACE, is because...
Also run pkcs15-tool to dump the objects, or to list the private keys. You are looking for two pins and looking for "user-consent" or "user consent" or "user_consent" this is...
"Please enter context specific PIN" is from https://github.com/OpenSC/OpenSC/blob/master/src/tools/pkcs11-tool.c#L2073-L2074 CKA_ALWAYS_AUTHENTICATE is most likely coming from here: https://github.com/OpenSC/OpenSC/blob/master/src/pkcs11/framework-pkcs15.c#L3835-L3841 This may come in play when using a pin pad reader: https://github.com/OpenSC/OpenSC/blob/master/src/libopensc/pkcs15-pin.c#L820-L829 in line...