From 638a8611375c8fb8ee397af18fda592b5d103f78 Mon Sep 17 00:00:00 2001 From: Andrew Kozlik Date: Wed, 25 Sep 2019 19:37:36 +0200 Subject: [PATCH] core/webauthn: Add U2F_V2 to authenticatorGetInfo supported versions. --- core/src/apps/webauthn/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/apps/webauthn/__init__.py b/core/src/apps/webauthn/__init__.py index bf18d176ef..5f46a655ad 100644 --- a/core/src/apps/webauthn/__init__.py +++ b/core/src/apps/webauthn/__init__.py @@ -1593,7 +1593,7 @@ def cbor_get_assertion_sign( def cbor_get_info(req: Cmd) -> Cmd: response_data = { - _GETINFO_RESP_VERSIONS: ["FIDO_2_0"], + _GETINFO_RESP_VERSIONS: ["U2F_V2", "FIDO_2_0"], _GETINFO_RESP_EXTENSIONS: ["hmac-secret"], _GETINFO_RESP_AAGUID: _AAGUID, _GETINFO_RESP_OPTIONS: {