issues
search
Yubico
/
developers.yubico.com
Source code for generating our website
https://developers.yubico.com
53
stars
63
forks
source link
libfido2: sync docs with 1.7.0
#363
Closed
martelletto
closed
3 years ago
martelletto
commented
3 years ago
new -b (largeblob) option to fido2-cred(1) and fido2-assert(1);
break out and expand usage options in fido2-token(1);
new largeblob functionality in fido2-token(1):
list blobs: -Lb;
get a blob: -Gb;
set a blob: -Sb.
new API calls:
fido_assert_blob_len(3);
fido_assert_blob_ptr(3);
fido_assert_largeblob_key_len(3);
fido_assert_largeblob_key_ptr(3);
fido_assert_set_hmac_secret(3);
fido_cbor_info_maxcredbloblen(3);
fido_cred_set_blob(3);
fido_dev_enable_entattest(3);
fido_dev_force_pin_change(3);
fido_dev_has_uv(3);
fido_dev_largeblob_get(3);
fido_dev_largeblob_get_array(3);
fido_dev_largeblob_remove(3);
fido_dev_largeblob_set(3);
fido_dev_largeblob_set_array(3);
fido_dev_set_pin_minlen(3);
fido_dev_set_sigmask(3);
fido_dev_supports_uv(3);
fido_dev_toggle_always_uv(3).
new FIDO_DISABLE_U2F_FALLBACK flag in fido_init(3).