You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This doesn't match OpenSSH but not for the reasons mentioned in the README.
OpenSSH always uses 32 bytes for user_id. I.e., WEBAUTHN_USER_ENTITY_INFORMATION.cbId should always be 32 and not be based on strlen. If the user didn't specify anything, user_id will contain 32 zero bytes.
openssh-sk-winhello/src/winhello.c
Lines 273 to 279 in 2cde676
This doesn't match OpenSSH but not for the reasons mentioned in the README.
OpenSSH always uses 32 bytes for
user_id
. I.e.,WEBAUTHN_USER_ENTITY_INFORMATION.cbId
should always be 32 and not be based onstrlen
. If the user didn't specify anything,user_id
will contain 32 zero bytes.https://github.com/openssh/openssh-portable/blob/V_8_9_P1/sk-usbhid.c#L839
The text was updated successfully, but these errors were encountered: