Skip to content

Commit

Permalink
docs: update remote_attestation diagram (fix typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
cinghioGithub committed Oct 11, 2024
1 parent 3e89ffd commit 5f9ed95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/protocols/remote_attestation.puml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ attester_agent->TPM: Request quoted PCRs
TPM->attester_agent: Values of quoted PCRs
attester_agent<-attester_agent: Collect IMA log
attester_agent->verifier: Quote, PCRs, IMA log
verifier->verifier: Verfiy quote
verifier->verifier: Verify quote
verifier->verifier: Verify IMA log integrity
verifier->verifier: Veryfy IMA log against the whitelist
verifier->verifier: Verify IMA log against the whitelist
group if Verification fails
verifier -> join_service: Notify the failure
verifier -> verifier: stop RA
verifier -> verifier: Stop RA
else
verifier -> verifier: continue RA
verifier -> verifier: Continue RA
end
end
join_service -> join_service: Store the failure event
Expand Down
Loading

0 comments on commit 5f9ed95

Please sign in to comment.