Lines Matching +full:enabled +full:- +full:strings
1 .\" Copyright (c) 2018-2023 Yubico AB. All rights reserved.
26 .\" SPDX-License-Identifier: BSD-2-Clause
32 .Nm fido2-assert
74 .Bl -tag -width Ds
83 to verify an assertion using the PEM-encoded public key in
91 (denoting ECDSA over NIST P-256 with SHA-256),
93 (denoting 2048-bit RSA with PKCS#1.5 padding and SHA-256), or
95 (denoting EDDSA over Curve25519 with SHA-512).
104 a 32-byte symmetric key associated with the asserted credential.
106 If obtaining an assertion, enable the FIDO2 hmac-secret
152 .Bl -tag -width Ds
154 Asks the authenticator for user presence to be enabled or disabled.
156 Asks the authenticator for user verification to be enabled or
198 consists of base64 blobs and UTF-8 strings separated
205 .Bl -enum -offset indent -compact
209 relying party id (UTF-8 string);
213 hmac salt, if the FIDO2 hmac-secret extension is enabled
221 .Bl -enum -offset indent -compact
225 relying party id (UTF-8 string);
232 UTF-8 strings passed to
238 consists of base64 blobs and UTF-8 strings separated
245 .Bl -enum -offset indent -compact
249 relying party id (UTF-8 string);
257 hmac secret, if the FIDO2 hmac-secret extension is enabled
260 the credential's associated 32-byte symmetric key
274 .Xr fido2-cred 1 ,
279 .Dl $ echo assertion challenge | openssl sha256 -binary | base64 > assert_param
281 .Dl $ head -1 cred >> assert_param
282 .Dl $ tail -n +2 cred > pubkey
283 .Dl $ fido2-assert -G -i assert_param /dev/hidraw5 | fido2-assert -V pubkey es256
285 .Xr fido2-cred 1 ,
286 .Xr fido2-token 1