From a416c5985b329755d905711b1d94ee5f5136ffef Mon Sep 17 00:00:00 2001 From: Ludvig Michaelsson Date: Thu, 5 Dec 2024 07:41:33 +0100 Subject: [PATCH] man: clarify fido_cred_type() return value --- man/fido_cred_new.3 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/man/fido_cred_new.3 b/man/fido_cred_new.3 index 79eb06a5..bf63d0e8 100644 --- a/man/fido_cred_new.3 +++ b/man/fido_cred_new.3 @@ -322,6 +322,16 @@ The .Fn fido_cred_type function returns the COSE algorithm of .Fa cred . +If multiple types were requested through +.Fn fido_cred_append_type , +the return value of +.Fn fido_cred_type +may change after a successful call to +.Fn fido_cred_set_attobj , +.Fn fido_cred_set_authdata , +.Fn fido_cred_set_authdata_raw , +or +.Fn fido_dev_make_cred . .Pp The .Fn fido_cred_flags