diff options
author | David Drysdale <drysdale@google.com> | 2021-03-05 14:58:19 +0000 |
---|---|---|
committer | David Drysdale <drysdale@google.com> | 2021-04-30 14:19:31 +0100 |
commit | 40eb8f53ea3b6e03ab2dfe1c4c92e7acd8d5e40d (patch) | |
tree | 5fb65d416b30145d3b3b4f0d6b9776a47c047201 /security/secureclock | |
parent | b4be35f85425f6aee2f5a8f115e9b9052d0fe9e7 (diff) | |
download | platform_hardware_interfaces-40eb8f53ea3b6e03ab2dfe1c4c92e7acd8d5e40d.tar.gz platform_hardware_interfaces-40eb8f53ea3b6e03ab2dfe1c4c92e7acd8d5e40d.tar.bz2 platform_hardware_interfaces-40eb8f53ea3b6e03ab2dfe1c4c92e7acd8d5e40d.zip |
KeyMint AIDL tweaks
- Describe 3DES requirements
- Remove references to non-existent getKeyCharacteristics() entrypoint
- Remove references to non-existent attestKey() entrypoint
- Remove mention of asymmetric verification operations
- Remove text describing incomplete update()
- Remove text discussing padding for ECDSA
- EC keys can't encrypt/decrypt
- Force use of curve not key size for EC keys
- Drop TODO re: CBOR encoding of wrapped key
- Indicate caller-provided nonces must have correct size
- Add more reference to IKeyMintOperation
- Align parameter names with signatures
- Correct MIN_MAC_LENGTH error code
- Make CREATION_DATETIME consistently optional
- Describe use of MGF1 digest option
- Fix typos
Test: VtsKeyMintAidlTargetTest (CF)
Change-Id: Ie01b99d33be7336e872bf24a7761a3ac5b1d584c
Diffstat (limited to 'security/secureclock')
-rw-r--r-- | security/secureclock/aidl/android/hardware/security/secureclock/TimeStampToken.aidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/secureclock/aidl/android/hardware/security/secureclock/TimeStampToken.aidl b/security/secureclock/aidl/android/hardware/security/secureclock/TimeStampToken.aidl index 71b4278d55..2fbd29afa7 100644 --- a/security/secureclock/aidl/android/hardware/security/secureclock/TimeStampToken.aidl +++ b/security/secureclock/aidl/android/hardware/security/secureclock/TimeStampToken.aidl @@ -43,7 +43,7 @@ parcelable TimeStampToken { * * where: * - * ``ISecureClock.TIME_STAMP_MAC_LABEL'' is a sting constant defined in ISecureClock.aidl. + * ``ISecureClock.TIME_STAMP_MAC_LABEL'' is a string constant defined in ISecureClock.aidl. * * ``H'' is the shared HMAC key (see computeSharedHmac() in ISharedSecret). * |