Skip to content

Commit

Permalink
[update] Disable RK support for stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Jul 17, 2024
1 parent 15547a6 commit 22c5e43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ DEFINES += HAVE_NO_RESET_GENERATION_INCREMENT
# during an app update which will erase their RK credentials with no possibility
# to restore them.
# Advanced users can still choose to completely disable this setting.
DEFINES += HAVE_RK_SUPPORT_SETTING
# /!\ disabled for 1.6 stable release
# DEFINES += HAVE_RK_SUPPORT_SETTING

DEFINES += HAVE_FIDO2_RPID_FILTER

Expand Down
2 changes: 1 addition & 1 deletion tests/speculos/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Application build configuration
HAVE_NO_RESET_GENERATION_INCREMENT = True
HAVE_RK_SUPPORT_SETTING = True
HAVE_RK_SUPPORT_SETTING = False


FIDO_RP_ID_HASH_1 = bytes.fromhex("000102030405060708090a0b0c0d0e0f"
Expand Down

0 comments on commit 22c5e43

Please sign in to comment.