From fcff3dd6c723020fb6334f58a5bc6eaedfabeeff Mon Sep 17 00:00:00 2001 From: Seth Moore Date: Fri, 8 Mar 2024 12:53:41 +0000 Subject: [PATCH] Update docs to use the correct canonicalization reference Bug: 325906414 Change-Id: I1eb5bc52df4627c713bb2611101e2c3238ac7b9d --- .../aidl/android/hardware/security/keymint/DeviceInfo.aidl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/rkp/aidl/android/hardware/security/keymint/DeviceInfo.aidl b/security/rkp/aidl/android/hardware/security/keymint/DeviceInfo.aidl index f668536687..98cf0236c2 100644 --- a/security/rkp/aidl/android/hardware/security/keymint/DeviceInfo.aidl +++ b/security/rkp/aidl/android/hardware/security/keymint/DeviceInfo.aidl @@ -28,8 +28,9 @@ package android.hardware.security.keymint; parcelable DeviceInfo { /** * DeviceInfo is a CBOR Map structure described by the following CDDL. DeviceInfo must be - * canonicalized according to the specification in RFC 7049. The ordering presented here is - * non-canonical to group similar entries semantically. + * ordered according to the Length-First Map Key Ordering specified in RFC 8949, + * Section 4.2.3. Please note that the ordering presented here groups similar entries + * semantically, and not in the correct order per RFC 8949, Section 4.2.3. * * The DeviceInfo has changed across versions 1, 2, and 3 of the HAL. All versions of the * DeviceInfo CDDL are described in the DeviceInfoV*.cddl files. Please refer to the CDDL