summaryrefslogtreecommitdiff
path: root/man/fido_cbor_info_new.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/fido_cbor_info_new.3')
-rw-r--r--man/fido_cbor_info_new.322
1 files changed, 20 insertions, 2 deletions
diff --git a/man/fido_cbor_info_new.3 b/man/fido_cbor_info_new.3
index 3e7de1f..ee942e6 100644
--- a/man/fido_cbor_info_new.3
+++ b/man/fido_cbor_info_new.3
@@ -21,6 +21,8 @@
21.Nm fido_cbor_info_versions_len , 21.Nm fido_cbor_info_versions_len ,
22.Nm fido_cbor_info_options_len , 22.Nm fido_cbor_info_options_len ,
23.Nm fido_cbor_info_maxmsgsiz , 23.Nm fido_cbor_info_maxmsgsiz ,
24.Nm fido_cbor_info_maxcredcntlst ,
25.Nm fido_cbor_info_maxcredidlen ,
24.Nm fido_cbor_info_fwversion 26.Nm fido_cbor_info_fwversion
25.Nd FIDO 2 CBOR Info API 27.Nd FIDO 2 CBOR Info API
26.Sh SYNOPSIS 28.Sh SYNOPSIS
@@ -56,6 +58,10 @@
56.Ft uint64_t 58.Ft uint64_t
57.Fn fido_cbor_info_maxmsgsiz "const fido_cbor_info_t *ci" 59.Fn fido_cbor_info_maxmsgsiz "const fido_cbor_info_t *ci"
58.Ft uint64_t 60.Ft uint64_t
61.Fn fido_cbor_info_maxcredcntlst "const fido_cbor_info_t *ci"
62.Ft uint64_t
63.Fn fido_cbor_info_maxcredidlen "const fido_cbor_info_t *ci"
64.Ft uint64_t
59.Fn fido_cbor_info_fwversion "const fido_cbor_info_t *ci" 65.Fn fido_cbor_info_fwversion "const fido_cbor_info_t *ci"
60.Sh DESCRIPTION 66.Sh DESCRIPTION
61The 67The
@@ -103,8 +109,8 @@ The
103.Fn fido_cbor_info_protocols_ptr , 109.Fn fido_cbor_info_protocols_ptr ,
104and 110and
105.Fn fido_cbor_info_versions_ptr 111.Fn fido_cbor_info_versions_ptr
106functions return pointers to the AAGUID, supported extensions, 112functions return pointers to the authenticator attestation GUID,
107PIN protocol and CTAP version strings of 113supported extensions, PIN protocol and CTAP version strings of
108.Fa ci . 114.Fa ci .
109The corresponding length of a given attribute can be 115The corresponding length of a given attribute can be
110obtained by 116obtained by
@@ -131,6 +137,18 @@ function returns the maximum message size attribute of
131.Fa ci . 137.Fa ci .
132.Pp 138.Pp
133The 139The
140.Fn fido_cbor_info_maxcredcntlst
141function returns the maximum supported number of credentials in
142a single credential ID list as reported in
143.Fa ci .
144.Pp
145The
146.Fn fido_cbor_info_maxcredidlen
147function returns the maximum supported length of a credential ID
148as reported in
149.Fa ci .
150.Pp
151The
134.Fn fido_cbor_info_fwversion 152.Fn fido_cbor_info_fwversion
135function returns the firmware version attribute of 153function returns the firmware version attribute of
136.Fa ci . 154.Fa ci .