Skip to content

Commit

Permalink
Merge pull request #47 from ietf-rats-wg/further-tidyup
Browse files Browse the repository at this point in the history
Fix daigrams
  • Loading branch information
henkbirkholz authored Jan 26, 2022
2 parents e449406 + cc56328 commit 001c862
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft-ietf-rats-reference-interaction-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,9 @@ According to the RATS Architecture, two reference models for Challenge/Response

1. Passport Model

The passport model is so named because of its resemblance to how nations issue passports to their citizens. In this Model, the attestation sequence is a
The passport model is so named because of its resemblance to how nations issue passports to their citizens. In this model, the attestation sequence is a
two step procedure. In the first step, an Attester conveys Evidence to a Verifier which compares the Evidence against its appraisal policy. The Verifier
then gives back an Attestation Result to the Attester, which simply caches it. In the second step, the Attester presents the Attestation Result (and possibly additional Claims/evidence) to a Relying Party, which then compares this information against its own appraisal policy to establish the trustworthiness of the attestor.
then gives back an Attestation Result to the Attester, which simply caches it. In the second step, the Attester presents the Attestation Result (and possibly additional Claims/evidence) to a Relying Party, which then compares this information against its own appraisal policy to establish the trustworthiness of the attester.

~~~~
.----------. .----------. .----------.
Expand All @@ -358,7 +358,7 @@ then gives back an Attestation Result to the Attester, which simply caches it. I
| attestationResults <----------------------------------- | |
| | |
| attestationResults(evidence, results) ----------------------------------------------------------> | | | |
| | | | | | appraiseResults()
| | | | | | appraiseResult()
| | |
~~~~

Expand All @@ -385,7 +385,7 @@ The background-check model is so named because of the resemblance of how employe
| evidence, eventLogs -------------------------------------> | |
| | |
| | handle, evidence, eventLogs -------> |
| | |appraiseEvidence()
| | |appraiseEvidenc()
| | |
| | attestationResults <--------------- |
| | (evidence, results) |
Expand Down

0 comments on commit 001c862

Please sign in to comment.