|
NAMEfido_assert_verify —
verifies the signature of a FIDO 2 assertion statement
SYNOPSIS#include <fido.h>
int
DESCRIPTIONThefido_assert_verify () function verifies whether the
signature contained in statement index idx of
assert matches the parameters of the assertion. Before
using fido_assert_verify () in a sensitive context, the
reader is strongly encouraged to make herself familiar with the FIDO 2
assertion statement process as defined in the Web Authentication (webauthn)
standard.
A brief description follows: The Please note that the first statement in assert has an idx of 0. RETURN VALUESThe error codes returned byfido_assert_verify () are
defined in <fido/err.h> . If
statement idx of assert passes
verification with pk, then
FIDO_OK is returned.
SEE ALSOfido_assert_new(3), fido_assert_set_authdata(3)
Visit the GSP FreeBSD Man Page Interface. |