Skip to content

Commit

Permalink
Increment protocol version to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
quh4gko8 committed Oct 1, 2024
1 parent 93d5ae3 commit 347bea8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class AttestationProtocol {
// the outer signature and the rest of the chain for pinning the expected chain. It enforces
// downgrade protection for the OS version/patch (bootloader/TEE enforced) and app version (OS
// enforced) by keeping them updated.
private static final byte PROTOCOL_VERSION = 5;
private static final byte PROTOCOL_VERSION = 6;
private static final byte PROTOCOL_VERSION_MINIMUM = 5;
// can become longer in the future, but this is the minimum length
static final byte CHALLENGE_MESSAGE_LENGTH = 1 + RANDOM_TOKEN_LENGTH * 2;
Expand Down

0 comments on commit 347bea8

Please sign in to comment.