Skip to content

Commit

Permalink
disable attest key downgrade support
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed May 12, 2023
1 parent 0e3e93b commit 84e97db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class AttestationProtocol {

private static final boolean PREFER_STRONGBOX = true;
private static final boolean USE_ATTEST_KEY = true;
private static final boolean ALLOW_ATTEST_KEY_DOWNGRADE = true;
private static final boolean ALLOW_ATTEST_KEY_DOWNGRADE = false;

// Challenge message:
//
Expand Down

0 comments on commit 84e97db

Please sign in to comment.