Skip to content

Commit

Permalink
CCA: Get the evidence from EAR (EAT Attesation Result)
Browse files Browse the repository at this point in the history
CCA validation by the Verasion has some overlapping with the RVPS,
the similar validation has been done by the Verasion already.
So the validation of evidence in CoCo is not needed in theory.

The parse of the CCA token here is to align with other verifier,
e.g. TDX, and to support RVPS if that is the case of future planning.

NOTE that each of the value we get from EAR is base64 encoded hex value.
So, the reference value that are registered for RVPS are expected to
be base64 encoded hex value as well.

[1] https://datatracker.ietf.org/doc/draft-ietf-rats-ar4si/

Signed-off-by: Dave Chen <[email protected]>
  • Loading branch information
chendave committed Nov 28, 2023
1 parent e793757 commit 3ae3097
Show file tree
Hide file tree
Showing 4 changed files with 382 additions and 394 deletions.
Loading

0 comments on commit 3ae3097

Please sign in to comment.