-
Notifications
You must be signed in to change notification settings - Fork 7
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
Extensibility section updated #121
Merged
Merged
Changes from 7 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
864d519
Extensibility section updated
nedmsmith c6d88ef
Update draft-ietf-rats-corim.md
nedmsmith fac5a62
word choice
nedmsmith cd72ebd
word choice
nedmsmith ec7ebd5
wording
nedmsmith 433c19b
word choice
nedmsmith 89e76e6
Merge branch 'main' into extensibility
nedmsmith b0f5fa1
Update draft-ietf-rats-corim.md
yogeshbdeshpande File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,6 +99,7 @@ informative: | |
seriesinfo: Version 1.0, Revision 0.19 | ||
date: July 2020 | ||
target: https://trustedcomputinggroup.org/wp-content/uploads/DICE-Layering-Architecture-r19_pub.pdf | ||
IANA.concise-software-identifier: coswid-reg | ||
SPDM: | ||
title: Security Protocol and Data Model (SPDM) | ||
author: | ||
|
@@ -1239,7 +1240,22 @@ applies to all measurements in the triple, including those in `measurement-value | |
|
||
## Extensibility {#sec-extensibility} | ||
|
||
[^issue] https://github.com/ietf-rats-wg/draft-ietf-rats-corim/issues/10 | ||
CoRIM is described using CDDL {{-cddl}} which includes extensibility support for "extension points" (a.k.a., map structures) | ||
and data types. CDDL map extension points have the form `($$NAME-extension)` where "NAME" is the name of the map and '$$' signifies map extensibility. | ||
CDDL map extensibility enables a CoRIM profile to extend the base CoRIM definition. | ||
Typically, map extension requires a convention for code point naming that avoids code-point reuse. | ||
Well-known code points may be in a registry, such as CoSWID {{-coswid-reg}}. | ||
Additionally, a range of code points may be reserved for vendor-specific use such as negative integers. | ||
|
||
Data type extensibility has the form `($NAME-type-choice)` where "NAME" is the type name and '$' signifies type extensibility. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah. Here we go. I'd move the referrals and definitions to type- and group-choice to the top. And come back to it here. |
||
|
||
Map and type extensions are permitted by the CoRIM schema where the above CDDL extensibility points are defined. | ||
Schema extensions should be documented to facilitate interoperability. CoRIM profiles are best used to documennt | ||
vendor or industry defined extensions. | ||
|
||
This specification uses CDDL type extension. Type extensions contained in this specification are considered | ||
as "standard CoRIM types". Standard CoRIM types, along with the other CDDL expressions in this specification, | ||
set the baseline for CoRIM interoperability. | ||
yogeshbdeshpande marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
# CoBOM {#sec-cobom} | ||
|
||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The whole structure of the section needs reorganising. I will suggest a better rewrite as an edit to this section!