Skip to content

Commit

Permalink
Merge pull request #312 from ietf-wg-scitt/steve/diagram-seperate-roles
Browse files Browse the repository at this point in the history
Separate roles from actions
  • Loading branch information
SteveLasker authored Nov 13, 2024
2 parents 1313f33 + 5f2a6be commit 3ca4067
Showing 1 changed file with 46 additions and 46 deletions.
92 changes: 46 additions & 46 deletions draft-ietf-scitt-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,52 +345,52 @@ Each Transparency Service produces a Receipt, which may be aggregated in a singl
The arrows indicate the flow of information.

~~~aasvg
.----------.
| Artifact |
'-----+----'
v +--------------------+
.----+----. | Issuer Credentials |
| Statement | +--------+--+--------+
'----+----' cose sign | | cose verify
| .----------------'| |
| | | |
v v | |'----------.
.----+---+---. | | |
| Signed | | | |
| Statement | | | |
| (COSE_Sign1) | | | |
'------+-----' v v |
| +---+--+--------+ |
.--' '-------------->+ Transparency | |
| .--------. | | |
| | Receipt +<------+ Service +-+ |
| | +. +--+------------+ | |
| '-+------' | | Transparency | |
| | Receipt +<-------+ | |
| '------+' | Service | |
'-------. .-' +------------+-+ |
| | |
v | |
.-----+-----. | |
| Transparent | | |
| Statement | | |
'-----+-----' | |
| | |
|'-----------. .----------)--'
| | | |
| v v |
| .--------+-+---------. |
| / Verify Transparent / |
| / Statement / |
| '----+-----+---------+ |
| | Relying Party | |
| +---------------+ |
v v
.-----------+----------. .-----------+------.
/ Collecting Receipt / / Replay Log /
'------+---------------+ '--+---------------+
| Relying Party | | Relying Party |
+---------------+ +---------------+
+------------+
.----------. | Issuer |
| Artifact | +-+--------+-+
'----+-----' v v
v .--------+-. .-+--------.
.----+----. / sign / / verify /
| Statement | '-----+----+ '------+---+
'----+----' | |
| .--------' '--. |
| | | |
v v | .-' '-.
.----+---+---. | | |
| Signed | | | |
| Statement | | | |
'------+-----' v v |
| +---+-------+---+ |
.--' '----------->+ Transparency | |
| .--------. | | |
| | Receipt +<---+ Service +-+ |
| | +. +--+------------+ | |
| '-+------' | | Transparency | |
| | Receipt +<----+ | |
| '------+' | Service | |
'-------. .-' +------------+-+ |
| | |
v | |
.-----+-----. | |
| Transparent | | |
| Statement | | |
'--+--------' | |
| | |
|'-----------. .----------)--'
| | | |
| v v |
| .--------+-+---------. |
| / Verify Transparent / |
| / Statement / |
| '----+---------------+ |
| | Relying Party | |
| +---------------+ |
v v
.-------+-------------. .----------+------.
/ Collecting Receipts / / Replay Log /
'-----+---------------+ '-+---------------+
| Relying Party | | Relying Party |
+---------------+ +---------------+
~~~
{: #fig-concept-relationship title="Relationship of Concepts in SCITT"}

Expand Down

0 comments on commit 3ca4067

Please sign in to comment.