Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trust contexts to consider #81

Open
MikeCamel opened this issue Mar 12, 2024 · 1 comment
Open

Trust contexts to consider #81

MikeCamel opened this issue Mar 12, 2024 · 1 comment

Comments

@MikeCamel
Copy link

  1. do I trust this party to create a measurement (this isn't that important, I suspect, as we should always verify!)
  2. do I trust this party to verify the measurement?
  3. do I trust this party to attest to another party (or possibly the linkage to another party)?
  4. do I trust this party to create a topology of trust relationships?

These are clearly different trust contexts, but people don't understand very well that contexts must be separated, so we should call this out and ensure that the semantics we're creating support them from the very initial version and any implementation (or people will combine them, and implementations will allow combinations to support previous versions, which is a Bad Thing[tm]).

@thomas-fossati
Copy link
Collaborator

Thanks @MikeCamel.

Using RATS terminology, I interpret 1. as "trusting evidence" based on endorsements, such as those from the supply chain. Adn I interpret 2. as "trusting attestation results," meaning trusting the verifier, usually by knowing and trusting its signing key.

Re: 3. and 4. I interpret 3. as "verifying that the expected transitive trust relationships are in place", and 4. as a generalisation of 3, where instead of a linear chain, the trust relationships are modelled as a graph.

I think 1 and 2 are particularly within CMW's scope, whilst 3 and 4 seem very relevant. Especially when CMWs are used to describe layered attesters (case 3) or composite devices (case 4).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants