1405dbc7a4
Given that we are not expecting to release a v4 of the KeyMint HAL for Android V, tweak some spec and test details so that existing v3 implementations do not need to change. - Soften the requirement to use (1970-01-01, 9999-12-31) as cert dates when secure-importing an asymmetric to be a suggestion instead. - Change the version gate for the test of importing an EC key with no specified `EC_CURVE` to be VSR-gated rather than gated on a putative future version of the HAL. Test: VtsAidlKeyMintTargetTest Bug: 292318194 Bug: 292534977 Change-Id: Ib8d6e79ea948ee77eeb2528d698205179f026fd3 |
||
---|---|---|
.. | ||
aidl | ||
support | ||
README.md | ||
TEST_MAPPING |
KeyMint HAL
This directory contains the HAL definition for KeyMint. KeyMint provides cryptographic services in a hardware-isolated environment.
Note that the IRemotelyProvisionedComponent
HAL, and it's associated types,
used to also be defined in this directory. As of Android U, this HAL has been
moved to a different directory (../rkp). This move is ABI compatible, as the
interfaces have been maintained. The build is split so that the generated
code may be built with different options.