-
{
"description": "Tests is user verification set to true is accepted in MakeCredential.",
"error_message": "The user verification option (true) was not accepted.",
"id": "make…
-
### systemd version the issue has been seen with
255.3-1-arch
### Used distribution
Arch
### Linux kernel version used
6.6.17-1-lts
### CPU architectures issue was seen on
x86_64
### Component…
-
In CTAP2.1 the max pin length is 63 bytes and is padded out to 64 bytes.
In CTAP2.0 "The decrypted padded newPin should be of at least 64 bytes length"
So 64 bytes is what should be tested for.
…
-
Hi,
I don't know what your stance is in regards to FIDO2 authentication (also marketed as Passkey) but I wanted to ask if there is a general interest in adding support at some point in the future a…
-
We could implement system wide passkey support using a virtual ctap2 authenticator such as:
https://github.com/r4gus/keylib
-
I'm working on the support of WebAuthn over USB. For this, the Android device needs to have special USB HID descriptor (CTAP) and Authorizer needs to implement the device logic (key creating and authe…
-
Hi,
For short:
Two files have typos.
1. solo_v1.py Ln 11 & 12
`from fido2.ctap1 import CTAP1
from fido2.ctap2 import CTAP2`
should be Ctap1 and Ctap2
2. base.py LN 6
`from fido2.ctap2 impor…
ZPHe updated
9 months ago
-
> I did some digging in the meantime and it seems that the mooltipass is not returning the name field, even though it is set when the credential is created (and is stored as I can see it on the screen…
-
By submitting this issue you are acknowledging that any information regarding this issue will be publicly available.
If you have privacy concerns, please email [conformance-tools@fidoalliance.org](…
-
## Is your feature request related to a problem? Please describe.
I can't use my FIDO2 key when logging in with ed25519_sk key.
## Describe the solution you'd like
OpenSSH natively supports FID…