Skip to content

Commit 1ec9b9c

Browse files
committed
Increment protocol version
1 parent 8e4303b commit 1ec9b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/app/attestation/server/AttestationProtocol.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class AttestationProtocol {
128128
// the outer signature and the rest of the chain for pinning the expected chain. It enforces
129129
// downgrade protection for the OS version/patch (bootloader/TEE enforced) and app version (OS
130130
// enforced) by keeping them updated.
131-
static final byte PROTOCOL_VERSION = 5;
131+
static final byte PROTOCOL_VERSION = 6;
132132
private static final byte PROTOCOL_VERSION_MINIMUM = 5;
133133
// can become longer in the future, but this is the minimum length
134134
private static final byte CHALLENGE_MESSAGE_LENGTH = 1 + RANDOM_TOKEN_LENGTH * 2;

0 commit comments

Comments
 (0)