Skip to content

Commit

Permalink
Increment protocol version
Browse files Browse the repository at this point in the history
  • Loading branch information
quh4gko8 committed Jan 6, 2025
1 parent 917cd6b commit 4511a49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,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.
static final byte PROTOCOL_VERSION = 5;
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
private static final byte CHALLENGE_MESSAGE_LENGTH = 1 + RANDOM_TOKEN_LENGTH * 2;
Expand Down

0 comments on commit 4511a49

Please sign in to comment.