Doug Engert
Doug Engert
Some sites I use a lot are: parse ASN.1: https://lapo.it/asn1js/ parse an ATR: https://smartcard-atr.apdu.fr/ Note that since there are 2 user keys, and PKCS11 C_Login can only use one key,...
@MaskTech-ms so you are saying with: ``` for PKCS1.5 padding w/ SHA256 output will look like this, ASN.1 encoded 0001 ff ... ff 00 { 30 31 { 30 0d...
Please see #3203, #3034 and #2843 and comment https://github.com/OpenSC/OpenSC/issues/3034#issuecomment-2233366869 As you can see not all epass2003 are the same. what is output of `opensc-tool -a`?
> I have no idea what I should do with this info :-) I feel your pain. I spent a lot of time trying to make sense of the different...
Try init it two steps, erase the card: `pkcs15-init -E -T` to init the card. (could also set OPENSC_DRIVER=epass2003 to only try epass2003 driver) Then add PKCS15 stuff: `pkcs15-init -C...
As I said before, I have spent too much time with the epass2003 and without any documentation, I am not spending anymore. If you find any documentation or are able...
What Windows version, and what OpenSC version? Can you post output of `certutil -v -scinfo` or at least the first part of it? With the ATR, and look for a...
https://smartcard-atr.apdu.fr/ says your ATR: `3b ff 18 00 ff 81 31 fe 4d 00 6b 04 04 b8 5b 01 f1 01 43 43 43 10 30 80 9d` is...
Also add in C:\Program Files\OpenSC Project\OpenSC\opensc.conf and uncomment and edit: debug = 3; debug_file = \tmp\opensc-debug.txt; Pick a location for the debug file.
So you are using OpenSC minidriver with a card that is is not known to OpenSC. ``` now read public key 'CCC0' public key read error -1416 now read certificate...