OpenSCToken icon indicating copy to clipboard operation
OpenSCToken copied to clipboard

Use OpenSC in macOS CryptoTokenKit.

Results 9 OpenSCToken issues
Sort by recently updated
recently updated
newest added

Hi, I'm running the CryptoTokenKit using a dual interface reader. At first stage the smart card is inserted into the reader (contact interface). All seems working successfully. Then if I...

IDPrime 840 for v3 was [just added](https://github.com/OpenSC/OpenSC/issues/2202) in the latest OpenSC Nightly. I've verified that the OpenSC library works by using it to sign files with the certificate that's on...

I'm having an unusual issue where after a token is removed or even OpenSC uninstalled and machine restarted the security command still lists private keys for a removed token and...

Hi,I would like to use a smartcard always be available and that's why I used your command, and this is the output airuzivilvester:~ User$ sudo -u _securityagent /Applications/Utilities/OpenSCTokenApp.app/Contents/MacOS/OpenSCTokenApp Enter PIN...

Hello, When using a PIV smart card on Catalina for code signing using ‘codesign’ and ‘productsign’, the system asks for PIN entry in a modal GUI window. The problem is...

Hallo, I have a Nitrokey Pro 2 with cacert keys and certificate: ``` pkcs15-init --delete-objects privkey,pubkey --id 3 --store-private-key myprivate.p12 --format pkcs12 --auth-id 3 --verify-pin openssl pkcs12 -in myprivate.p12 -nocerts...

fixes https://github.com/OpenSC/OpenSC/issues/2986 currently untested

I have verified a PIN in a smart card and I'd like to delete this internal state of the card. Unfortunately, the card doesn't support this with a dedicated command,...