-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Yogesh Deshpande <[email protected]>
- Loading branch information
1 parent
8d7f85a
commit b3ff139
Showing
3 changed files
with
39 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
update-triple-record = [ | ||
&(subj: 0) => $subject-type-choice | ||
& (mval: 1) => [+measurement-values-map] ; object of the update | ||
? &(authorized-by: 2) => [ + $crypto-key-type-choice ] | ||
&(action: 3) => $update-action-type-choice | ||
] | ||
|
||
$subject-type-choice /= [+environment-map] ; One or more environment that comprise the subject | ||
$subject-type-choice /= [+stateful-environment-record] ; One or more stateful-environments that comprise the subject | ||
|
||
$update-action-type-choice /= add ; The new triple causes a new revision identified by measurement-values-map , to be simply updated/added in Verifier | ||
$update-action-type-choice /= replaces ; The triple overwrites pre-existing reference-values/endorsements for the subject identified by $subject-type-choice |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
x-ref-endors-triple-record = [ | ||
&(subj: 0) => $subject-type-choice | ||
& (mval: 1) => [+measurement-values-map] | ||
&(reason: 2) => $reason-type-choice | ||
] | ||
|
||
$reason-type-choice /= obsolete | ||
$reason-type-choice /= insecure |
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