We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4303b commit 1ec9b9cCopy full SHA for 1ec9b9c
src/main/java/app/attestation/server/AttestationProtocol.java
@@ -128,7 +128,7 @@ class AttestationProtocol {
128
// the outer signature and the rest of the chain for pinning the expected chain. It enforces
129
// downgrade protection for the OS version/patch (bootloader/TEE enforced) and app version (OS
130
// enforced) by keeping them updated.
131
- static final byte PROTOCOL_VERSION = 5;
+ static final byte PROTOCOL_VERSION = 6;
132
private static final byte PROTOCOL_VERSION_MINIMUM = 5;
133
// can become longer in the future, but this is the minimum length
134
private static final byte CHALLENGE_MESSAGE_LENGTH = 1 + RANDOM_TOKEN_LENGTH * 2;
0 commit comments