From b804354851b568fb01aa1d68735185efb7655f84 Mon Sep 17 00:00:00 2001 From: Andrew Scull Date: Sun, 14 May 2023 23:24:25 +0000 Subject: [PATCH] Require the config hash Align with the Open Profile for DICE by requiring that the configuration hash be included because the configuration input is a hash of the specified configuration desscriptor. Test: n/a Change-Id: I9d2ef560dc8e6f567b5b8d1a244f5138c45ae420 --- .../security/keymint/IRemotelyProvisionedComponent.aidl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/rkp/aidl/android/hardware/security/keymint/IRemotelyProvisionedComponent.aidl b/security/rkp/aidl/android/hardware/security/keymint/IRemotelyProvisionedComponent.aidl index 7fed3636f6..b231dae8ab 100644 --- a/security/rkp/aidl/android/hardware/security/keymint/IRemotelyProvisionedComponent.aidl +++ b/security/rkp/aidl/android/hardware/security/keymint/IRemotelyProvisionedComponent.aidl @@ -422,7 +422,7 @@ interface IRemotelyProvisionedComponent { * ; described above. * -4670545 : bstr, ; Code Hash * ? -4670546 : bstr, ; Code Descriptor - * ? -4670547 : bstr, ; Configuration Hash + * -4670547 : bstr, ; Configuration Hash * -4670548 : bstr .cbor { ; Configuration Descriptor * ? -70002 : tstr, ; Component name * ? -70003 : int / tstr, ; Component version