From 75073d0a8478441cc97a6efa10b566c5fb1dac81 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 17 Apr 2020 20:57:17 +0100 Subject: New upstream version 1.4.0 --- man/fido_cred_new.3 | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'man/fido_cred_new.3') diff --git a/man/fido_cred_new.3 b/man/fido_cred_new.3 index 47eeba8..22af60c 100644 --- a/man/fido_cred_new.3 +++ b/man/fido_cred_new.3 @@ -8,6 +8,7 @@ .Sh NAME .Nm fido_cred_new , .Nm fido_cred_free , +.Nm fido_cred_prot , .Nm fido_cred_fmt , .Nm fido_cred_authdata_ptr , .Nm fido_cred_clientdata_hash_ptr , @@ -28,6 +29,8 @@ .Fn fido_cred_new "void" .Ft void .Fn fido_cred_free "fido_cred_t **cred_p" +.Ft int +.Fn fido_cred_prot "fido_cred_t *cred" .Ft const char * .Fn fido_cred_fmt "const fido_cred_t *cred" .Ft const unsigned char * @@ -99,6 +102,15 @@ may be NULL, in which case is a NOP. .Pp The +.Fn fido_cred_prot +function returns the protection of +.Fa cred . +See +.Xr fido_cred_set_prot 3 +for the values understood by +.Em libfido2 . +.Pp +The .Fn fido_cred_fmt function returns a pointer to a NUL-terminated string containing the format of -- cgit v1.2.3