Loading security/keymint/aidl/vts/functional/KeyMintAidlTestBase.cpp +26 −31 Original line number Diff line number Diff line Loading @@ -1751,10 +1751,6 @@ bool verify_attestation_record(int32_t aidl_version, // EXPECT_EQ(security_level, att_keymint_security_level); EXPECT_EQ(security_level, att_attestation_security_level); // TODO(b/136282179): When running under VTS-on-GSI the TEE-backed // keymint implementation will report YYYYMM dates instead of YYYYMMDD // for the BOOT_PATCH_LEVEL. if (avb_verification_enabled()) { for (int i = 0; i < att_hw_enforced.size(); i++) { if (att_hw_enforced[i].tag == TAG_BOOT_PATCHLEVEL || att_hw_enforced[i].tag == TAG_VENDOR_PATCHLEVEL) { Loading Loading @@ -1784,7 +1780,6 @@ bool verify_attestation_record(int32_t aidl_version, // EXPECT_LT(time.tm_year, 200); } } } // Check to make sure boolean values are properly encoded. Presence of a boolean tag // indicates true. A provided boolean tag that can be pulled back out of the certificate Loading Loading
security/keymint/aidl/vts/functional/KeyMintAidlTestBase.cpp +26 −31 Original line number Diff line number Diff line Loading @@ -1751,10 +1751,6 @@ bool verify_attestation_record(int32_t aidl_version, // EXPECT_EQ(security_level, att_keymint_security_level); EXPECT_EQ(security_level, att_attestation_security_level); // TODO(b/136282179): When running under VTS-on-GSI the TEE-backed // keymint implementation will report YYYYMM dates instead of YYYYMMDD // for the BOOT_PATCH_LEVEL. if (avb_verification_enabled()) { for (int i = 0; i < att_hw_enforced.size(); i++) { if (att_hw_enforced[i].tag == TAG_BOOT_PATCHLEVEL || att_hw_enforced[i].tag == TAG_VENDOR_PATCHLEVEL) { Loading Loading @@ -1784,7 +1780,6 @@ bool verify_attestation_record(int32_t aidl_version, // EXPECT_LT(time.tm_year, 200); } } } // Check to make sure boolean values are properly encoded. Presence of a boolean tag // indicates true. A provided boolean tag that can be pulled back out of the certificate Loading