File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -211,8 +211,9 @@ list(APPEND MAN_ALIAS
211
211
fido_credman_metadata_new fido_credman_rp_name
212
212
fido_credman_metadata_new fido_credman_rp_new
213
213
fido_credman_metadata_new fido_credman_set_dev_rk
214
- fido_cred_set_authdata fido_cred_set_attstmt
214
+ fido_cred_set_authdata fido_cred_append_type
215
215
fido_cred_set_authdata fido_cred_set_attobj
216
+ fido_cred_set_authdata fido_cred_set_attstmt
216
217
fido_cred_set_authdata fido_cred_set_authdata_raw
217
218
fido_cred_set_authdata fido_cred_set_blob
218
219
fido_cred_set_authdata fido_cred_set_clientdata
Original file line number Diff line number Diff line change @@ -99,6 +99,8 @@ typedef enum {
99
99
.Fn fido_cred_set_fmt " fido_cred_t *cred" " const char *ptr"
100
100
.Ft int
101
101
.Fn fido_cred_set_type " fido_cred_t *cred" " int cose_alg"
102
+ .Ft int
103
+ .Fn fido_cred_append_type " fido_cred_t *cred" " int cose_alg"
102
104
.Sh DESCRIPTION
103
105
The
104
106
.Nm
@@ -392,6 +394,11 @@ The type of a credential may only be set once.
392
394
Note that not all authenticators support COSE_RS256, COSE_ES384, or
393
395
COSE_EDDSA.
394
396
.Pp
397
+ Unlike
398
+ .Fn fido_cred_set_type ,
399
+ .Fn fido_cred_append_type
400
+ may be called repeatedly to request multiple different types.
401
+ .Pp
395
402
Use of the
396
403
.Nm
397
404
set of functions may happen in two distinct situations:
You can’t perform that action at this time.
0 commit comments