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

Command line tool for the YubiKey PIV application

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

When I use OpenSC with my Yubikey PIV, the distribution package of OpenSC installs a `.module` file which ensures that `opensc-pkcs11.so` is loaded into any well-behaved applications automatically. So I...

After I fix #91 it fails at the next hurdle (too): ``` $ sudo PKCS11SPY=`pwd`/ykcs11/.libs/libykcs11.so p11tool --list-tokens --provider=/usr/lib64/pkcs11-spy.so *************** OpenSC PKCS#11 spy ***************** debug: ykcs11.c:171 (C_GetFunctionList): In debug: ykcs11.c:179 (C_GetFunctionList):...

Looking that pgp applet already have this support, wondering if there is any plan to support this also in PIV? https://docs.yubico.com/hardware/yubikey/yk-5/tech-manual/yk5-apps.html#elliptic-curve-cryptographic-ecc-algorithms https://bitcoindev.network/using-gpg-as-a-bitcoin-address/

I am trying to use openvpn with the pkcs11 provider libykcs11.. When I run the command: "openvpn.exe" --show-pkcs11-ids "c:\Program Files\Yubico\Yubico PIV Tool\bin\libykcs11.dll" I can see that both my certificate and...

yubico-piv-tool fails to build on a current openSUSE Tumbleweed (cmake version 3.28.1). ## Symptom Input: ``` git checkout yubico-piv-tool-2.5.1 mkdir build/ && cd build/ cmake -DVERBOSE_CMAKE=1 .. make VERBOSE=1 ```...

Both `openssl.cmake` and `pcscd.cmake` use FindPkgConfig to retrieve the required CFLAGS and LDFLAGS. However FindPkgConfig returns lists, which are stored as semicolon-separated strings in CMake. This breaks the build when...

Please re-release the macOS universal packages to contain a `package version` applied to the resulting binaries/application. See - bug - `2.4.0` - [yubico-piv-tool-2.4.0-mac-universal.pkg](https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-2.4.0-mac-universal.pkg) Expected -`2.4.0` - Reviewed the `github CI/workflows`...

On create github release entry is created email notification to those whom have set in your repo the web UI Watch->Releases. gh release can contain additional comments (li changelog) or...