platform_system_security/keystore2
Janis Danisevskis d89dc1c569 Keystore 2.0: Filter tags on key generation and import.
Keystore 2.0 expects Keymint to perform key generation/import and
attestation in one opration. This means it passes all of the relevant
parameters to the generate/import functions. The legacy backends
might respond with an error if, say an attestation parameter is passed
to generateKey. So this wrapper filters the paramerers to not include
irrelevant parameters.

Test: Keystore CTS tests.
Change-Id: Ie002eb188e6ba2a47554c38b3225cdd9ce961136
2021-02-08 12:16:49 -08:00
..
aaid Keystore 2.0: Add attestation application id on generation and import. 2021-01-26 14:11:16 -08:00
aidl Adding remote provisioning AIDL interface 2021-02-04 09:00:42 -08:00
apc_compat Keystore 2.0: Implement APC service. 2020-12-29 11:42:07 -08:00
selinux Keystore 2.0: Revisit Enforcements. 2021-01-25 10:54:32 -08:00
src Keystore 2.0: Filter tags on key generation and import. 2021-02-08 12:16:49 -08:00
test_utils Keystore 2.0: Move test utils to separate library. 2021-01-26 15:34:01 -08:00
Android.bp Keystore 2.0: Poll on DB locked. 2021-02-08 09:11:28 -08:00
keystore2.rc Keystore 2.0: Start keystore2 daemon conditionally. 2020-10-23 11:14:52 -07:00
TEST_MAPPING Add compatibility wrapper 2021-01-12 08:41:39 -08:00