yubico-piv-tool icon indicating copy to clipboard operation
yubico-piv-tool copied to clipboard

Command line tool for the YubiKey PIV application

Results 32 yubico-piv-tool issues
Sort by recently updated
recently updated
newest added

Certificate Signing Requests using `ykcs11` as the OpenSSL engine returns explicit EC parameters instead of an ASN.1 OID named curve for the public key. `yubico-piv-tool`, `ykman`, `openssl`, and `openssl-pkcs11` were...

Issues using Yubikeys for PIV slot for authentication via ssh-agent. Issue: `Could not add card "/usr/local/lib/libykcs11.dylib": agent refused operation.` This is correctly working via macOS 12.4 but is not working...

gcc 12 includes a new `-Wuse-after-free` warning mode that detects use of variables after a call to `free()`. While the use of this variable is not in fact a use-after-free,...

Provide a hint for user that PC/SC service may be down, as user should take a specific action to resolve the issue. Signed-off-by: Alon Bar-Lev

Hello, I'm on Ubuntu 20, up to date, and I've followed the steps to make this tool with success and I could generate certificates on my Yubikey 5 via command...

I managed to get the correct "pkcs11-id" and "providers" for using OpenVPN with the Yubikey, but still authentication stucks as passing through of the PIN seems to end in a...

Having started an ssh-agent in debug mode like below: `YKCS11_DBG=1 ssh-agent -d -s -P /usr/local/lib/*,/usr/local/Cellar/yubico-piv-tool/*/lib/*.dylib` And having copied the libykcs11.dylib from the homebrew directory to /usr/local/lib manually (per other issues)....

My goal is to access the certificate stored in Yubikey 4 to use as keyfile in veracrypt. when i try to set up the token library in veracrypt, libykcs11-1.dll returns...

windows codesigning (both native and with osslsigncode) is possible, this should be documented.

Verify PIN in sign_data to be able to use always-authenticate keys in commands that perform more than one operation, potential fix for https://github.com/Yubico/yubico-piv-tool/issues/321. This means -averify-pin is not needed any...