Doug Engert

Results 472 comments of Doug Engert

To only use selected drivers via opensc.conf see: https://github.com/OpenSC/OpenSC/blob/master/etc/opensc.conf.example.in#L136 To simulate a Yubkey4 you can also add to opensc.conf: ``` # make Yubico 5 look like Yubico 4 for testing...

Its the card number for a Yubikey 4 with PIV applet https://github.com/OpenSC/OpenSC/blob/master/src/libopensc/cards.h#L137

In the previous log, it was for just one process and the process had multiple threads. Your serial_codesign_test.sh all work, and the parallel_codesign_test.sh has many failures. pcsc does the process...

https://github.com/frankmorgner/OpenSCToken/blob/master/OpenSCToken/Token.m#L83 looks like thread locking is not enabled. @frankmorgner This problem is very similar to https://github.com/OpenSC/OpenSC/issues/1966 in that the debug log does not show enough info to tell if thread...

Sorry, I can not help. Do not have a Mac. But, verify operations are done in software., Test data for decryption test is encrypted in software by using OpenSSL.

@vletoux Any idea when certutil -scinfo does not work with EC keys with OpenSC minidriver but venodor's version does? I have a IDEMIA test card with all ECDSA keys. certutil...

Yes please provide cmck.exe. I will have a look at apimonitor. @vletoux Here is log from minidriver when card is first inserted followed by then when certutil -scinfo is run....

This experimental fix for https://github.com/arekinath/PivApplet/issues/64 has some minor changes but it looks like the main problem is in how OpenSC minidriver is installed. https://github.com/OpenSC/OpenSC/commit/0b683472b07 "win32 setup: add basic minidriver card...