mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-15 09:50:57 +00:00
core/webauthn: Add U2F_V2 to authenticatorGetInfo supported versions.
This commit is contained in:
parent
cf6949332f
commit
638a861137
@ -1593,7 +1593,7 @@ def cbor_get_assertion_sign(
|
|||||||
|
|
||||||
def cbor_get_info(req: Cmd) -> Cmd:
|
def cbor_get_info(req: Cmd) -> Cmd:
|
||||||
response_data = {
|
response_data = {
|
||||||
_GETINFO_RESP_VERSIONS: ["FIDO_2_0"],
|
_GETINFO_RESP_VERSIONS: ["U2F_V2", "FIDO_2_0"],
|
||||||
_GETINFO_RESP_EXTENSIONS: ["hmac-secret"],
|
_GETINFO_RESP_EXTENSIONS: ["hmac-secret"],
|
||||||
_GETINFO_RESP_AAGUID: _AAGUID,
|
_GETINFO_RESP_AAGUID: _AAGUID,
|
||||||
_GETINFO_RESP_OPTIONS: {
|
_GETINFO_RESP_OPTIONS: {
|
||||||
|
Loading…
Reference in New Issue
Block a user