From 173bfbf7886608a4a7abbfac6a42ac4bf4a3432d Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 20 Sep 2020 16:14:20 +0100 Subject: New upstream version 1.5.0 --- tools/fido2-assert.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/fido2-assert.c') diff --git a/tools/fido2-assert.c b/tools/fido2-assert.c index 9ce537a..7fd7632 100644 --- a/tools/fido2-assert.c +++ b/tools/fido2-assert.c @@ -11,10 +11,10 @@ * $ echo relying party >> assert_param * $ head -1 cred >> assert_param # credential id * $ tail -n +2 cred > pubkey # credential pubkey - * $ fido2-assert -G -i assert_param /dev/hidraw5 | fido2-assert -V pubkey rs256 + * $ fido2-assert -G -i assert_param /dev/hidraw5 | fido2-assert -V pubkey rs256 * * See blurb in fido2-cred.c on how to obtain cred. - */ + */ #include #include @@ -28,7 +28,7 @@ void usage(void) { fprintf(stderr, -"usage: fido2-assert -G [-dhpruv] [-i input_file] [-o output_file] device\n" +"usage: fido2-assert -G [-dhpruv] [-t option] [-i input_file] [-o output_file] device\n" " fido2-assert -V [-dhpv] [-i input_file] key_file [type]\n" ); -- cgit v1.2.3