History log of /system/keymaster/attestation_record_test.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f4724998100e9eaa43e72dc8d42186d4c33863f2 10-May-2017 Shawn Willden <swillden@google.com> Add attestation app ID to attestation unit tests

Attestation now requires an app ID, but the tests hadn't been updated to
match.

Test: Ran unit tests. They built and passed.
Change-Id: I92d54b2793cb5c98d063a31479f3e4d0009adcfa
/system/keymaster/attestation_record_test.cpp
64eae5381d14ca1779f8dee6df67e05d693763ff 25-Apr-2017 Dan Stoza <stoza@google.com> Revert "Attest device IDs in default keymaster implementation"

This reverts commit 16869b93004868b4ae87486357d2b8af793eeaab.

Reason for revert: Breaks Ryu build

Change-Id: I99d376975077ea731d47454247c97ad1dcccfbc0
/system/keymaster/attestation_record_test.cpp
16869b93004868b4ae87486357d2b8af793eeaab 20-Apr-2017 Bartosz Fabianowski <bartfab@google.com> Attest device IDs in default keymaster implementation

Check with the KeymasterContext whether the IDs provided to
build_attestation_record() in attestation_params are the device's actual
IDs. If so, copy them to the AuthorizationSet that will be used to
populate the attestation extension of the generated cert.

Bug: 37522655
Test: GTS com.google.android.gts.security.DeviceIdAttestationHostTest
Change-Id: I3b1116a705112e977faf4748462540cd7cf1b3c4
/system/keymaster/attestation_record_test.cpp
f4927e7b1430fd816c85ffa1e08a4c0b35e3974f 04-Dec-2016 Shawn Willden <swillden@google.com> Fix memory leak in unit tests.

Test: This is the test. Verify with "make memcheck".
Change-Id: I5e88fd7241b2bb2c235df37db79d26078025e042
/system/keymaster/attestation_record_test.cpp
676da6ddbf0ca27b63b92bfbd1341ff2e0f76f08 10-Mar-2016 Shawn Willden <swillden@google.com> Implement Unique ID support.

Change-Id: Ie1ee2e701a7f10da31a9b448987953dd025f8a11
/system/keymaster/attestation_record_test.cpp
c15af1910d8f451341d0068b5533816ace5defec 10-Mar-2016 Shawn Willden <swillden@google.com> Implement key version binding.

Change-Id: If0f3bc12380b8b65bf1e60d5d8d039eb972c8a15
/system/keymaster/attestation_record_test.cpp
3609584c328ea66f95478dded394ad4697779450 10-Mar-2016 Shawn Willden <swillden@google.com> Correct attestation record.

This CL updates the attestation record content and format to match the
final version published in the keymaster2 implementation guide.

Change-Id: I112c7557b1c650420fd2fad78c8ed3fc9e34f24e
/system/keymaster/attestation_record_test.cpp
22dcdb75fc2d1aa9a25b9aadb65d4dcb31e8c647 03-Feb-2016 Shawn Willden <swillden@google.com> Add version, challenge and unique ID to attestation.

Bug: 22914603
Change-Id: I5ad9a97dd1eebb45c05eeaa4ceccfebcf4b69e03
/system/keymaster/attestation_record_test.cpp
239c1664173c941038a1d1d13626e58ce3cef819 06-Jan-2016 Shawn Willden <swillden@google.com> Add utilities to format/parse ASN.1 attestation records.

Bug: 22914603
Change-Id: I9279df29ec06e07fbd60427e22b8f7a74648c8ed
/system/keymaster/attestation_record_test.cpp