-
Is it possible to use yubico-piv-tool to generate an ECC P256/P384 key pair and self signed certificate as demonstrated in this link:
https://developers.yubico.com/yubico-piv-tool/Actions/key_gener…
-
https://github.com/Yubico/php-yubico/blob/master/Yubico.php#L331 and the httpsverify option.
This option should be removed. Theres never a time you could safely disable peer verification. Correct fi…
-
Can the public identity be parsed out of modhex and stored in the description or another field for reference as by default it is the serial number of the key which is useful for cross reference.
-
I'd like to remotely verify that a tpm2-pkcs11-generated key was actually generated on a real TPM.
E.g., Yubico's yubico-piv-tool personalization tool supports an "attest" command to generate a sig…
-
**Is your feature request related to a problem? Please describe.**
Currently, my understanding is that `kanidm_unixd` only supports passwords for PAM authentication, and not FIDO2/WebAuthn/"Passkey…
-
- YubiKey Manager (ykman) version: latest
- How was it installed?: Clicking yubikey-manager-qt-latest-win64.exe
- Operating system and version: Windows 11 latest stable
- YubiKey model and version:…
-
```
There is YubiKey version with NFC chip - YubiKey NEO -
https://www.yubico.com/products/yubikey-hardware/yubikey-neo/
It would be great to be able to use it to unlock the passwords database.
I w…
-
When Yubico Authenticator starts no element is selected, typing some keys doesn't give any result.
It currently requires 4 tab presses to put focus on the "Search account" input field.
It would …
-
**"OpenSSH for Windows" version** : `8.9.1.0`
**Client OperatingSystem** : `Windows 11 21H2`
**What is failing**
I'm facing an issue with OpenSSH, OpenSC and the use of a YubiKey 5. It seems t…
-
The Yubico Plugin spawns a little PHP warning if using PHP >= 7.2 (which basically means any version that is currently fully supported, as PHP 7.1 is down to security only.
The each() function is…