Doug Engert

Results 472 comments of Doug Engert

The version of ISO 7816-4 from 2013 says P2=00 for SELECT AID. How JavaCard interprets this is up to them. There are other cards that may use different OS on...

Looking at `card-setcos.c` the get data command is issued here: https://github.com/OpenSC/OpenSC/blob/master/src/libopensc/card-setcos.c#L119-L143 It was added by 462cd0defc3df4c7e9985b72d166f271c93ba76d in 2006. Although the driver tries to match 13 known ATRs and looks at...

Can you get an opensc-debug.log? - Show if FireFox is requesting probs for smart cards and at frequency - Show what card the card driver or drivers are sending the...

There is an outstanding issue with epass2003 FIPS version. #2843 that may be related. Can you run this command from #2834 to reat the ATR and a data object with...

@Jakuje thanks for the review. I rebased with all the typos and minor changes as "fixup" and resolved those conversations. There are still a few that I left for further...

@Jakuje @frankmorgner "The Check Code Style / build (pull_request)" `yshui/git-clang-format-lint@master` produced a 1052 line diff file for the 9 source files changed by this PR. Many of the changes are...

> I am ok with keeping the tables in the clang-fromat off blocks as the clang does not handle well these large tables with our configuration. I am ok with...

Thanks. A lot to keep me busy On Mon, Apr 29, 2024, 2:58 AM Jakub Jelen ***@***.***> wrote: > ***@***.**** commented on this pull request. > ------------------------------ > > In...

Is this response to #2843 and comments https://github.com/OpenSC/OpenSC/issues/2843#issuecomment-1986286907 and https://github.com/OpenSC/OpenSC/issues/2843#issuecomment-2009747666 (which was sent to ftsafe.us as a bug report) ? Commit https://github.com/haijie-ftsafe/OpenSC_Self/commit/901f270abbd399743e1cb6a2fa2d6b6b1b89253e in `aes128_encrypt_cmac_ft` can be accomplished by https://github.com/OpenSC/OpenSC/commit/84ce488355a58b2e86775a2022d71cd41497992b which...

> We have also carried out test according to be following steps,and all work normally. 1、pkcs15-init --pin 12345678 --generate-key rsa/2048 --auth-id 02 --key-usage sign 2、pkcs11-tool -auth-id2 -m SHA256-RSA-PKCS --sign --input...