Doug Engert
Doug Engert
> @dengert I read that it works ok for you. Can you update the release testing wiki page on https://github.com/OpenSC/OpenSC/wiki/Smart-Card-Release-Testing#opensc-0230 Done for -.23.0-rc1.
Have you looked at: https://github.com/OpenSC/OpenSC/blob/master/etc/opensc.conf.example.in#L214-L227 I have never used it, but it might allow changing the order of pins. In addition: OpenSC was originally written assuming a card had only...
Yes it looks like it will solve the problem.
> Can someone explain to me the difference between SC_ALGORITHM_ECDSA_HASH_NONE and SC_ALGORITHM_ECDSA_RAW ? Some of the `_HASH_` flags are used by RSA and ECDSA and other algos. For SC_ALGORITHM_RSA_RAW and...
I do not have a Mac. But if you are trying to use OpenSC and Yubikey software at the same time, they will both try and access the token at...
**Yup,** but yubikey's pkcs11 support does not allow access to PIV data objects As a side note what PIV data object are you trying to read? OpenSC card-piv.c will return...
I see you are using a GIDS smart card. Firefox will add to Security Devices `OS Client Cert Module" `osclientcerts.dll` which is a PKCS11 module to access the Microsoft certificate...
> Run ./src/tools/sc-hsm-tool -XT --so-pin 3537363231383830 --pin 000000 -s 1 to re-initialize the token Run ./src/tools/opensc-tool -s 00:20:00:81 These may not be a valid test for two reasons: - The...
@CardContact please see comment at end. Here is a hand crafted test that only sends these APDUs opensc-tool -c default -s '00 A4 04 00 0B E8 2B 06 01...
The other reliable way to detect sc-hsm is via ATR. It does not appear an sc-hsm device will support more then one applet. If they did they would have to...