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

Update arch diagram to match terminology #311

Merged
43 changes: 25 additions & 18 deletions draft-ietf-scitt-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,12 +344,13 @@ Each Transparency Service produces a Receipt, which may be aggregated in a singl
The arrows indicate the flow of information.

~~~aasvg
.----------.
| Artifact |
'-----+----'
v .-------------.
.----+----. | Credentials |
| Statement | '----+--+-----'
.-------------.
.----------. | Credentials |
| Artifact | '-----+-------'
'-----+----' v
v +----+-----+
.----+----. | Issuer |
| Statement | +---+--+---+
'----+----' cose sign | | cose verify
| .----------------'| |
| | | |
Expand All @@ -374,18 +375,24 @@ The arrows indicate the flow of information.
| Transparent | | |
| Statement | | |
'-----+-----' | |
| | |
|'-----------. .----------)--'
| | | |
| v v |
| .--------+-+---------. |
| / Verify Transparent / |
| / Statement / |
| '--------------------' |
v v
.--------+---------. .----------+-----.
/ Collect Receipts / / Replay Log /
'------------------' '----------------'
V | |
SteveLasker marked this conversation as resolved.
Show resolved Hide resolved
+-----------------+ | |
+ Relying Party +-+ | |
+-+-+-------------+ | | |
| | Auditor | | |
| +-------+-------+ | |
| | | |
| '--. .----------)--'
| | | |
| v v |
| .--------+-+---------. |
| / Verify Transparent / |
| / Statement / |
v '--------------------' |
.-----+------. v
/ Collecting / .----------+-----.
/ Receipt / / Replay Log /
'------------' '----------------'
~~~
{: #fig-concept-relationship title="Relationship of Concepts in SCITT"}

Expand Down