Skip to content

Commit 844060f

Browse files
quh4gko8thestinger
authored andcommitted
add new Google root certificate for January 2026
1 parent 1c74b66 commit 844060f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,9 @@ private static VerificationResult verify(final Context context, final byte[] fin
949949
new byte[][]{readRawResource(context, R.raw.google_root_0),
950950
readRawResource(context, R.raw.google_root_1),
951951
readRawResource(context, R.raw.google_root_2),
952-
readRawResource(context, R.raw.google_root_3)});
952+
readRawResource(context, R.raw.google_root_3),
953+
readRawResource(context, R.raw.google_root_4),
954+
});
953955

954956
final StringBuilder teeEnforced = new StringBuilder();
955957
final StringBuilder history = new StringBuilder();
550 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)