risacher / p11-capi

A pkcs11 implementation on top of win32 (or win64) capi
GNU Lesser General Public License v2.1
23 stars 5 forks source link

Signing fails; PIN prompt not shown #5

Open grawity opened 6 years ago

grawity commented 6 years ago

On Windows 10, with both Firefox 59 and PuTTY-CAC 0.70 (both x64), although certificates are detected all attempts to actually authenticate immediately fail - I don't even get a PIN prompt. I tried two tokens which otherwise work properly with native CAPI (a YubiKey with PIV mode, and an old Gemalto eToken).

rmhrisk commented 6 years ago

Try https://github.com/PeculiarVentures/pvpkcs11

grawity commented 6 years ago

@rmhrisk I tried that (after figuring out how to install undocumented dependencies like gyp, how to build things in VS, etc.) but for some reason it just lists all my certs under "Other people" in Firefox and they're not usable for auth no matter what.

Currently using CACKey instead (as it happens to be compatible with my Yubikey).