summaryrefslogtreecommitdiff
path: root/man/fido_credman_metadata_new.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/fido_credman_metadata_new.3')
-rw-r--r--man/fido_credman_metadata_new.311
1 files changed, 10 insertions, 1 deletions
diff --git a/man/fido_credman_metadata_new.3 b/man/fido_credman_metadata_new.3
index 16f0192..1a65978 100644
--- a/man/fido_credman_metadata_new.3
+++ b/man/fido_credman_metadata_new.3
@@ -72,7 +72,8 @@ The credential management API of
72.Em libfido2 72.Em libfido2
73allows resident credentials on a FIDO2 authenticator to be listed, 73allows resident credentials on a FIDO2 authenticator to be listed,
74inspected, and removed. 74inspected, and removed.
75Please note that not all authenticators support credential management. 75Please note that not all FIDO2 authenticators support credential
76management.
76To obtain information on what an authenticator supports, please 77To obtain information on what an authenticator supports, please
77refer to 78refer to
78.Xr fido_cbor_info_new 3 . 79.Xr fido_cbor_info_new 3 .
@@ -297,3 +298,11 @@ should have their return values checked for NULL.
297.Sh SEE ALSO 298.Sh SEE ALSO
298.Xr fido_cbor_info_new 3 , 299.Xr fido_cbor_info_new 3 ,
299.Xr fido_cred_new 3 300.Xr fido_cred_new 3
301.Sh CAVEATS
302Credential management is a tentative feature of FIDO 2.1.
303Applications willing to strictly abide by FIDO 2.0 should refrain
304from using credential management.
305Applications using credential management should ensure it is
306supported by the authenticator prior to using the API.
307Since FIDO 2.1 hasn't been finalised, there is a chance the
308functionality and associated data structures may change.