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

feature: architectural support for verifying linked evidences #89

Open
yogeshbdeshpande opened this issue Nov 18, 2022 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@yogeshbdeshpande
Copy link
Collaborator

@artoniemi I am moving your issue here:

It is often necessary to verify multiple attestation evidences from the same attester in order to appraise the trustworthiness of the system as a whole. For example, there may be a separate attestation evidence for each layer in a layered system. There should be a convenient way to verify that a set of evidences comes from the same attester, e.g. that they all contain the same challenge / nonce. Currently, there is no easy way to do this in the verification plugin, especially if the linked evidences are presented for verification one-by-one.

@yogeshbdeshpande yogeshbdeshpande added the enhancement New feature or request label Nov 18, 2022
@yogeshbdeshpande
Copy link
Collaborator Author

@thomas-fossati comments below:
IIUC, this may be achieved by modifying the challenge-response API to accept more than one evidence under the same session object, which is where the nonce resides.

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

No branches or pull requests

1 participant