Skip to content

Commit

Permalink
COSE built-in maps cross-links to CDDL schema files (#6585)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtropets authored Oct 22, 2024
1 parent 843a483 commit da1b2ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/audit/builtin_maps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ COSE signatures emitted by the primary node over the root of the Merkle Tree at

**Key** Sentinel value 0, represented as a little-endian 64-bit unsigned integer.

**Value** Raw COSE Sign1 message as byte string with Merkle tree root as a detached payload.
**Value** Raw COSE Sign1 message as byte string (DER-encoded). Implements the following :ccf_repo:`CDDL schema </cddl/ccf-merkle-tree-cose-signature.cddl>`.

``recovery_shares``
~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -513,7 +513,7 @@ While the contents themselves are encrypted, the table is public so as to be acc

**Key** Sentinel value 0, represented as a little-endian 64-bit unsigned integer.

**Value** Endorsed COSE sign1 for the interface, represented as a DER-encoded string.
**Value** Raw COSE Sign1 message as byte string (DER-encoded). Implements the following :ccf_repo:`CDDL schema </cddl/ccf-cose-endorsement-service-identity.cddl>`.


``previous_service_last_signed_root``
Expand Down

0 comments on commit da1b2ad

Please sign in to comment.