mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Require KM4 attestations contain the right version
am: 0f2b0966c6
Change-Id: I04801fc26713513d8d39a836e30545e148fd1f50
This commit is contained in:
@@ -308,7 +308,7 @@ bool verify_attestation_record(const string& challenge, const string& app_id,
|
||||
|
||||
expected_sw_enforced.push_back(TAG_ATTESTATION_APPLICATION_ID, HidlBuf(app_id));
|
||||
|
||||
EXPECT_GE(att_keymaster_version, 3U);
|
||||
EXPECT_EQ(att_keymaster_version, 4U);
|
||||
EXPECT_EQ(security_level, att_keymaster_security_level);
|
||||
EXPECT_EQ(security_level, att_attestation_security_level);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user