Replies: 3 comments 4 replies
-
Hi, U2FHID has no equivalent command to |
Beta Was this translation helpful? Give feedback.
-
I was wrong with u2fh_abort(). But main idea is:
|
Beta Was this translation helpful? Give feedback.
-
But it can provide ;-) (1) src\fido\types.h
} fido_dev_t; (2) src\dev.c
(3) src\u2f.c
THE SAME IN (4) On fido_dev_get_assert/fido_dev_make_cred reset dev->cancelled |
Beta Was this translation helpful? Give feedback.
-
https://github.com/Yubico/libfido2/blob/main/src/dev.c
Ln 354: if (fido_dev_is_fido2(dev) == false)
return (FIDO_ERR_INVALID_ARGUMENT);
How can i cancel operation for U2F devices?
I guess it is possible, since old u2f-host lib has this ability (u2fh_abort) and it works.
Beta Was this translation helpful? Give feedback.
All reactions