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

Add UnverifiedReport state for attestation #3516

Merged
merged 2 commits into from
Sep 12, 2023

Conversation

nick-mobilecoin
Copy link
Collaborator

@nick-mobilecoin nick-mobilecoin commented Aug 21, 2023

A new state UnverifiedReport as been added to the attest key exchange
state machine. The UnverifiedReport allows clients like watcher to
get the attestation report from the key exchange handshake without
requiring the report to pass verification. This is useful when the
client doesn't know or need to know the identity of the enclave.

A new state `UnverifiedReport` as been added to the attest key exchange
state machine. The `UnverifiedReport` allows clients like watcher to
get the attestation report from the key exchange handshake without
requiring the report to pass verification. This is useful when the
client doesn't know or need to know the identity of the enclave.
@nick-mobilecoin
Copy link
Collaborator Author

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

Previously the `UnverifiedReport` returned a `Ready` state which would
allow subsequent communication. Now the `UnverifiedReport` returns a
`Terminated` state. This is meant to prevent a client from accidentally
talking to an unknown enclave, thinking it's trusted, by using an
`UnverifiedReport` handshake.
@nick-mobilecoin nick-mobilecoin merged commit dd58457 into master Sep 12, 2023
@nick-mobilecoin nick-mobilecoin deleted the nick/unverified-verification-report branch September 12, 2023 22:36
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

Successfully merging this pull request may close these issues.

3 participants