96 Commits

Author SHA1 Message Date
Ludvig Michaelsson
6fb1be87c0 misc: drop trailing whitespace 2025-12-08 08:42:23 +01:00
Ludvig Michaelsson
eadcaea701 examples: add cred -a toggle
To request enterprise attestation.
2024-11-06 15:59:34 +01:00
Ludvig Michaelsson
428b0e0c30 examples: consistent style; range syntax 2024-11-06 15:59:34 +01:00
James Zhang
7c0030388e Use fido_cred_verify_self when the authenticator does not return an x5c 2024-10-14 19:35:32 +02:00
Ludvig Michaelsson
1a72ba5209 examples: format cred example 2023-07-03 15:44:47 +02:00
Ludvig Michaelsson
2eb4138570 examples: drop trailing whitespace 2023-07-03 15:26:26 +02:00
MiSimon
b6109b4f1d Added option to create credentials with the credProtect extension 2023-06-26 09:31:51 +02:00
Ludvig Michaelsson
dcaeed08d4 examples: clarify assert example's -v option
For parity with the -p option.
2022-11-10 14:46:55 +02:00
Ludvig Michaelsson
36cb50e2a6 examples: clarify assert example's -p option
For consistency with fido2-assert, clarify that specifying the option
also verifies that the UP flag was set and signed by the authenticator.
Omission results in the authenticator defaults.

This resolves #643.
2022-11-10 14:46:55 +02:00
Ludvig Michaelsson
3ccaa281e3 examples: multiple public key types are supported 2022-11-10 14:46:55 +02:00
pedro martelletto
d421953ef1 examples: specify SPDX-License-Identifier; #623 2022-08-02 11:24:10 +02:00
pedro martelletto
83da91caa9 examples: add COSE_ES384 support 2022-07-15 10:47:34 +02:00
pedro martelletto
030ffea2a4 examples: more renaming 2022-07-14 16:31:03 +02:00
pedro martelletto
0472b50664 examples: rename functions to accommodate es384 2022-07-14 10:30:42 +02:00
pedro martelletto
a6f86ec514 allow creation of COSE_ES384 credentials 2022-07-14 10:17:37 +02:00
pedro martelletto
f9b5fa82af examples: print certifications 2022-07-13 12:21:25 +02:00
pedro martelletto
9d5bd1dfcf examples: cover fido_cbor_info_rk_remaining() 2022-07-11 16:53:53 +02:00
pedro martelletto
59c2c6d5b1 examples: cover fido_cbor_info_uv_attempts() 2022-07-11 15:08:48 +02:00
pedro martelletto
9b00af4d75 examples/retries: typo 2022-07-11 09:30:10 +02:00
pedro martelletto
12ef9a558f examples/info: cover fido_cbor_info_minpinlen() 2022-07-08 14:39:48 +02:00
pedro martelletto
5f08350c1b examples/info: cover fido_cbor_info_new_pin_required() 2022-07-08 12:26:52 +03:00
pedro martelletto
c9f78b2124 info: add fido_cbor_info_maxlargeblob()
add fido_cbor_info_maxlargeblob(), a function to retrieve the
maximum size of an authenticator's serialized largeBlob array.
2022-04-25 11:54:50 +02:00
pedro martelletto
215425fbd4 examples: fix fido_dev_set_pin's name in error message
noticed while looking at #562
2022-04-15 17:08:41 +02:00
pedro martelletto
f23f5bb292 regress: add a nanosleep() shim 2022-04-08 12:56:26 +02:00
pedro martelletto
89852929b1 cmake: define _FIDO2_LIBRARY once
move the definition of _FIDO2_LIBRARY from subdirs to the top
level CMakeLists.txt, and complain if BUILD_SHARED_LIBS and
BUILD_STATIC_LIBS are both off.
2022-01-21 10:52:13 +01:00