Frank Morgner

Results 586 comments of Frank Morgner
trafficstars

What OpenSC package has been used for installation? Our recent installer *does* have code signing (see changes with https://github.com/OpenSC/OpenSC/releases/tag/0.25.0). Modifications of LSA Protection should not be needed, I think.

Closing this issue due to inactivity. Please re-open the ticket if more input is available.

please try to restrict pkcs11-tool to CKM_RSA_PKCS (--mechanism), and then use openssl rather than pkcs11-tool to verify this with the certificate from the card.

Did yout install the code signing certificate? https://frankmorgner.github.io/vsmartcard/virtualsmartcard/README.html#istalling-vpcd-on-windows

The signing certificate does not seem to be installed. The CN should be something like "WDKTestCert appveyor," the store for the local machine can be accessed via certlm.msc

Thanks for the detailed report. Unfortunately, I am unfamiliar with this specific error and I cannot currently test on theis version of macOS. Maybe you'll get some information if you...

both approaches should work. `make install` installs the driver built for your actual machine. `make osx` creates an installation bundle with a fat binary for both ARM and Intel. However,...

I was able to reproduce your output of `system_profiler SPSmartCardsDataType` when the vpcd driver is installed, but not loaded: ``` Reader Drivers: #01: fr.apdu.ccid.smartcardccid:1.5.1 (/usr/libexec/SmartCardServices/drivers/ifd-ccid.bundle) #02: (null):(null) (/usr/local/libexec/SmartCardServices/drivers/ifd-vpcd.bundle) ``` When...

Thanks for verifying. I forgot to add here, that I also tested by using an existing card reader (Yubikey actually). On my system, this enabled the vpcd driver and disabled...