Skip to content

Commit

Permalink
Merge pull request #3 from lamps-wg/hannestschofenig-patch-2
Browse files Browse the repository at this point in the history
New diagram to illustrate the interaction
  • Loading branch information
HBrock authored Oct 17, 2024
2 parents 548098e + 961e197 commit dfe5b23
Showing 1 changed file with 32 additions and 22 deletions.
54 changes: 32 additions & 22 deletions draft-ietf-lamps-attestation-freshness.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ author:
email: [email protected]
uri: https://www.siemens.com


normative:
RFC2119:
I-D.ietf-lamps-csr-attestation:
Expand Down Expand Up @@ -92,30 +91,41 @@ Once the nonce is obtained, the end entity invokes an API on the Attester, provi

{{fig-arch}} illustrates this interaction:

- The nonce is acquired in step (1) using the extension to CMP/EST defined in this document.
- The nonce is requested in step (0) and obtained in step (1) using the extension to CMP/EST defined in this document.
- The CSR extension {{I-D.ietf-lamps-csr-attestation}} conveys Evidence to the RA/CA in step (2).
- The Verifier processes the received information and sends an Attestation Result to the Relying Party in step (3).
- The Verifier processes the received Evidence and returns the Attestation Result to the Relying Party. The CA
uses the Attestation Result with the Appraisal Policy and other information to create the requested certificate.
The certificate is returned to the End Entity in step (3).

~~~ aasvg
.---------------.
| |
| Verifier |
| |
'---------------'
| ^ | (3)
| | | Attestation
| | | Result
(1) | | v
.------------. Nonce in .----|----|-----.
| | CMP or EST | | | |
| End |<-------------------+ | |
| Entity | | | |
| ^ |-------------->|---------' |
| | | Evidence | Relying |
| v | in CSR | Party (RA/CA) |
| Attester | (2) | |
| | | |
'------------' '---------------'
Attester Relying Party Verifier
(End Entity) (RA/CA)
| | |
| Certificate | |
| Management | |
| Protocol | |
|<--------------------->| |
| | |
| | |
| Request Nonce (0) | |
|---------------------->| |
| | Request Nonce |
| |-------------------->|
| | Nonce |
| |<--------------------|
| Nonce (1) | |
|<----------------------| |
| | |
| Attested CSR (2) | |
|---------------------->| |
| | Evidence |
| |-------------------->|
| | Attestation Result |
| |<--------------------|
| Certificate (3) | |
|<----------------------| |
| | |
| | |
~~~
{: #fig-arch title="Architecture with Background Check Model."}

Expand Down

0 comments on commit dfe5b23

Please sign in to comment.