5 Commits

Author SHA1 Message Date
pedro martelletto
f1a74c8f27 src: specify SPDX-License-Identifier; #623 2022-08-02 10:59:49 +02:00
pedro martelletto
ea16e0f3b1 src: add fido_cbor_info_certs_{name_ptr,value_ptr,len}
parse field 0x13 (certifications) of a ctap 2.1 authenticatorGetInfo
response and make the result available through
fido_cbor_info_certs_name_ptr(), fido_cbor_info_certs_value_ptr(),
and fido_cbor_info_certs_len().
2022-07-13 12:21:25 +02:00
pedro martelletto
aad2325823 types: zero a fido_opt_array_t's len
for consistency with other types; no functional change
2022-07-13 08:08:22 +02:00
pedro martelletto
8907f7f202 fido_str_array_pack: const char ** -> const char * const * 2021-07-30 08:45:27 +02:00
pedro martelletto
0bf5197b3d move code dealing w/ internal types to types.c
no functional change.
2021-07-29 07:46:41 +02:00