mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 21:37:44 +00:00
Merge "Fix Keymaster VTS unique attestation failure" am: 3e4d8d0856 am: b0f932739a am: 6a1198e166 am: 51914eb0eb
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/12306609 Change-Id: Ifd50b6e0e7bc115bee6d910b732d617c12e87cf1
This commit is contained in:
@@ -212,9 +212,11 @@ TEST_P(DeviceUniqueAttestationTest, NonStrongBoxOnly) {
|
||||
EXPECT_EQ(ErrorCode::UNIMPLEMENTED,
|
||||
convert(AttestKey(
|
||||
AuthorizationSetBuilder()
|
||||
.Authorization(TAG_DEVICE_UNIQUE_ATTESTATION)
|
||||
.Authorization(TAG_ATTESTATION_CHALLENGE, HidlBuf("challenge"))
|
||||
.Authorization(TAG_ATTESTATION_APPLICATION_ID, HidlBuf("foo")),
|
||||
&cert_chain)));
|
||||
CheckedDeleteKey();
|
||||
}
|
||||
|
||||
TEST_P(DeviceUniqueAttestationTest, Rsa) {
|
||||
|
||||
Reference in New Issue
Block a user