commit | 76d95baf664502e93e703fe1d76e9a7304b36d9d | [log] [tgz] |
---|---|---|
author | David Drysdale <drysdale@google.com> | Wed Sep 25 14:00:10 2024 +0100 |
committer | David Drysdale <drysdale@google.com> | Wed Sep 25 14:00:10 2024 +0100 |
tree | bacc0752aa8a00254bbfb6ab202c3187f361120f | |
parent | 94b1285f47007190c767bffd65feb35480156fe8 [diff] |
Remove incorrect/confusing Certificate use The `Certificate` type from the KeyMint AIDL is intended to hold a single DER-encoded certificate, but some of the RKP-handling code re-uses it to hold a concatenated cert chain. Remove as many of these incorrect/misleading uses of the AIDL `Certificate` type as possible, and add comments for the ones remaining. Flag: none, comments + pure refactor Test: keystore2_client_tests Change-Id: Id159078f31dd892d51596cc67308ced27fadd968