Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COSE built-in maps cross-links to CDDL schema files #6585

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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