Doug Engert
Doug Engert
@drodgers-immt Can you try running `opensc-tool --card-driver default -a --send-apdu 00:CA:01:86:00` any any of the cards you have, including the red ones "supporting FIPS 140-2 Level 3" if you still...
@drodgers-immt Thanks for the info. I am working on a spreadsheet with all the info.
We seem to have multiple problems with epass2003 devices as shown in #3034, (This issue) #2843 and #2572 from 2022 that I forgot about. All the comments in `card-epass2003` and...
https://github.com/dengert/OpenSC/tree/epass2003-sm-new has been forced pushed with only debugging code to show what data is being encrypted and decrypted and mac'ed. This will help see what is going on. OpenSC debug...
@FeitianSmartcardReader As OpenSC developer, trying to solve 3 problems reported by al least four others, included one hos has contacted Feitian support. In this effort, I purchased 2 "Epass2003FIPS" "Feitian...
Pushed a commit to get epass2003 past `get_external_key_retries` problem. https://github.com/dengert/OpenSC/commit/84ce488355a58b2e86775a2022d71cd41497992b The sign and decrypt failure may be related, and may need a similar fix.
Google for: Tim Wilbrink This sounds like what you see: https://discussions.apple.com/thread/254570061 He also has a number of apps. Did you install OpenSC? Why do you think this is related to...
The PIV card also has a key usable without a PIN. Mostly used to authenticate the card to door locks. The code looks good. Do you want to submit a...
@frankmorgner you suggest that I look at using sm/sm-iso.c with the PIV SM. It that end I have been looking at doing have made some progress. Starting with the sm-eac.c...
> Currently, there is no chaining implemented in sm-iso.c. I agree. it is not needed with extended and/or the use of sc_read_binary. https://github.com/OpenSC/OpenSC/commit/491633a3b0bab431dc90c11069845a408d09e1e7 was designed to do that. But sm-iso.c...