From cc56328bb0d1a868ad889baca1dc4098e5ddb338 Mon Sep 17 00:00:00 2001 From: Yogesh Deshpande Date: Wed, 26 Jan 2022 13:35:04 -0500 Subject: [PATCH] Fix daigrams --- draft-ietf-rats-reference-interaction-models.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/draft-ietf-rats-reference-interaction-models.md b/draft-ietf-rats-reference-interaction-models.md index 20ccd97..3ec01eb 100644 --- a/draft-ietf-rats-reference-interaction-models.md +++ b/draft-ietf-rats-reference-interaction-models.md @@ -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. ~~~~ .----------. .----------. .----------. @@ -358,7 +358,7 @@ then gives back an Attestation Result to the Attester, which simply caches it. I | attestationResults <----------------------------------- | | | | | | attestationResults(evidence, results) ----------------------------------------------------------> | | | | - | | | | | | appraiseResults() + | | | | | | appraiseResult() | | | ~~~~ @@ -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) |