From 1aef2c1900ffb47ee90092c3e7b54514a5eb8819 Mon Sep 17 00:00:00 2001 From: Thibault Meunier Date: Sun, 3 Nov 2024 14:10:44 +0000 Subject: [PATCH] Update based on steve feedback's --- draft-ietf-scitt-architecture.md | 47 +++++++++++++++----------------- 1 file changed, 22 insertions(+), 25 deletions(-) diff --git a/draft-ietf-scitt-architecture.md b/draft-ietf-scitt-architecture.md index 28e79b7..5535f18 100644 --- a/draft-ietf-scitt-architecture.md +++ b/draft-ietf-scitt-architecture.md @@ -344,13 +344,12 @@ Each Transparency Service produces a Receipt, which may be aggregated in a singl The arrows indicate the flow of information. ~~~aasvg - .-------------. - .----------. | Credentials | -| Artifact | '-----+-------' - '-----+----' v - v +----+-----+ - .----+----. | Issuer | - | Statement | +---+--+---+ + .----------. +| Artifact | + '-----+----' + v +----------------------+ + .----+----. | Issuer Credentials | + | Statement | +---------+--+---------+ '----+----' cose sign | | cose verify | .----------------'| | | | | | @@ -375,24 +374,22 @@ The arrows indicate the flow of information. | Transparent | | | | Statement | | | '-----+-----' | | - V | | - +-----------------+ | | - + Relying Party +-+ | | - +-+-+-------------+ | | | - | | Auditor | | | - | +-------+-------+ | | - | | | | - | '--. .----------)--' - | | | | - | v v | - | .--------+-+---------. | - | / Verify Transparent / | - | / Statement / | - v '--------------------' | - .-----+------. v - / Collecting / .----------+-----. - / Receipt / / Replay Log / - '------------' '----------------' + | | | + |'-----------. .----------)--' + | | | | + | v v | + | .--------+-+---------. | + | / Verify Transparent / | + | / Statement / | + | '-----------+--------'| | + | | Auditor | | + | +---------+ | + v v + .-----------+----------. .----------+-----. + / Collecting Receipt / / Replay Log / +'-------+--------------'| '-+--------------'| + | Relying Party | | Relying Party | + +---------------+ +---------------+ ~~~ {: #fig-concept-relationship title="Relationship of Concepts in SCITT"}