Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a5f0340d authored by Seth Moore's avatar Seth Moore Committed by Automerger Merge Worker
Browse files

Update docs to use the correct canonicalization reference am: fcff3dd6 am: dc3733e1

parents f67b2abd dc3733e1
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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