-
Notifications
You must be signed in to change notification settings - Fork 9
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
e2e: specify multiple reference values in openssl test #812
Conversation
Don't we already have multiple reference values on bare metal? |
10d73be
to
7eb0c68
Compare
How come? I don't think so. |
We have multiple reference values for baremetal: Milan and Genoa. |
See #807 |
Thanks, i missed that. However, adding it for both AKS and bare-metal doesn't hurt, and makes the code a little less dependant on the embedding of multiple reference values being present, which I like |
The openssl test now additionally uses multiple reference values to test attestation with multiple validators. Only the second one of the provided validators should successfully validate the attestation document.
7eb0c68
to
194fb96
Compare
The openssl test now additionally uses multiple reference values to test attestation with multiple validators. Only the second one of the provided validators should successfully validate the attestation document.