Sergei Haller
Sergei Haller
the length and padding is actually of minor concern, as I have a working workaround here (though, I'd be willing to help if you let me know how) Of major...
attached two logs at debug level 3 - the difference being `pin_cache_ignore_user_consent` being set to `true` in one and to `false` in the other. If set to true, the PIN...
> How do you tell the pin pad reader which PIN id to use? I'm not sure what "pin id" is... I first call `pkcs11-tool -L`, which lists the slots,...
I had to google what PACE is (wireless rfid card like german personalausweis) => no, I use a "simple" smart card with a chip with contacts  > It looks...
got four pins (two pins and two puks) ``` » pkcs15-tool -D Using reader with a card: Gemalto PC Twin Reader PKCS#15 Card [D-TRUST Card V3.1 standard 2ce]: Version :...
Hi @dengert , thanks for the replies. will check what the commands do. few high level replies first: I had set both PINs to same value as long as verification...
> Two other comments. If pin only works with max length, that may mean the padding is wrong. Driver does not set pad_char, so defaults to 0x00. More common is...
> I would also be interested in seeing the output of `pkcs11-tool --test --login --slot 0` to see what happens to when using the AUTH key when you have a...
setting type in the config file didnt seem to make a difference. But I manually went through all the variations of `00 22 41 B6` command (with length 3, length...
The card works with SecSigner for Mac - if I only knew how to create a USB trace. > so look at https://github.com/OpenSC/OpenSC/blob/master/src/libopensc/card-cardos.c#L1015-L1020 that's the first block in the last...