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

aasvg all the things #87

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions draft-ietf-lamps-csr-attestation.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ or there is no certificate chain. As a result a single EvidenceBundle is include
in a CSR that contains a single EvidenceStatement without the CertificateAlternatives
structure. {{fig-single-attester}} shows this use case.

~~~
~~~ aasvg
+--------------------+
| EvidenceBundle |
+--------------------+
Expand All @@ -314,7 +314,7 @@ The CSR conveys a single EvidenceBundle with a single EvidenceStatement
and a single CertificateAlternatives structure. {{fig-single-attester-with-chain}} shows
this use case.

~~~
~~~ aasvg
+-------------------------+
| EvidenceBundle |
+-------------------------+
Expand All @@ -335,7 +335,7 @@ the different Attesters. This approach does not require any processing capabilit
by a lead Attester since the information is merely forwarded. {{fig-multiple-attesters}}
shows this use case.

~~~
~~~ aasvg
+-------------------------+
| EvidenceBundle (1) |\
+-------------------------+ \ Provided by
Expand All @@ -356,7 +356,7 @@ all Attesters in the device and removes redundant certificate information. The
benefit of this approach is the reduced transmission overhead. There are several
implementation strategies and we show two in {{fig-multiple-attesters-optimized}}.

~~~
~~~ aasvg
Implementation strategy (4a)

+-------------------------+
Expand Down
Loading