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

Commit b2f7bf2a authored by Seth Moore's avatar Seth Moore Committed by Gerrit Code Review
Browse files

Merge "Drop minimum RKP challenge size to 16 bytes"

parents d023dfb8 8a0f1805
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -335,7 +335,7 @@ interface IRemotelyProvisionedComponent {
     *     UdsCerts,
     *     DiceCertChain,
     *     SignedData<[
     *         challenge: bstr .size (32..64), ; Provided by the method parameters
     *         challenge: bstr .size (16..64), ; Provided by the method parameters
     *         bstr .cbor T,
     *     ]>,
     * ]
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ parcelable ProtectedData {
     *     ]
     *
     *     SignedMacAad = [
     *         challenge : bstr .size (32..64),   ; Size between 32 - 64
     *         challenge : bstr .size (16..64),   ; Size between 16 - 64
     *                                            ; bytes inclusive
     *         VerifiedDeviceInfo,
     *         tag: bstr                 ; This is the tag from COSE_Mac0 of