Doug Engert

Results 607 comments of Doug Engert

I just finished building the minidriver code with the changes proposed in https://github.com/OpenSC/OpenSC/issues/3169#issuecomment-2160650905 See: https://github.com/OpenSC/OpenSC/pull/3167 and the MSI files under https://ci.appveyor.com/project/frankmorgner/opensc/builds/49997134 if you want to try it. If you get...

Looks like the pkcs15 code in `pkcs15-jpki.c` is now working, but when `minidriver.c` calls pkcs15 it does not work. I am working on fixing the minidriver for pkcs15-piv.c has the...

#3167 get further with the JPKI cards, but these cards are the only one I know of that does not make the public key readable. I would suggest you use...

This should be a fix for #3159 when PIV is used with the minidriver. The code in `pkcs15-piv.c` defines a third pin, which is the same as the first pin,...

Version 3 of this PR... `minidriver.c` was modified by bd9cdd243d1c35da2e83be6792565c27c685f17d in 2017 to support multiple pins for a card based on `framework-pkcs15.c` 10e1ad001d from 2012 which tries to create UserPIN,...

The PR has been rebased to a single commit, and tested with two PIV type cards with: - `certutil -scinfo` on Windows 11 Pro - `pkcs15-tool` on Windows with various...

I thing it is ready. And I tested it on Windows 11. using PIV card. Note that the registry entries for PIV are not normally added, because most vendors provide...