Replies: 4 comments 18 replies
-
Thanks for the report!
But this is basically a warning from DCAP QVL which indicates a supplemental data version mismatch between QVL and QvE (see https://github.com/intel/SGXDataCenterAttestationPrimitives/blob/e7604e02331b3377f3766ed3653250e03af72d45/QuoteVerification/dcap_quoteverify/sgx_dcap_quoteverify.cpp#L411-L421)? I assume that you're running the quote verification on an SGX platform. Would you pls kindly check the installed versions of the related SGX libs in your env (via |
Beta Was this translation helpful? Give feedback.
-
so I have
But I am doing quote verification via a copy of this module: Should I use a certain version of this rust module (some git tag I should check out before copying to my code?) |
Beta Was this translation helpful? Give feedback.
-
Thanks so much @kailun-qin! Also a bit of an aside, I want to help people test gramine related code on any platform. Is there any way people can run gramine-direct on mac m2 chips? (Or anything arm compatible just to test log output of logs of a gramine direct run) |
Beta Was this translation helpful? Give feedback.
-
Hm got it. For gramine-direct what’s the exact reason there, isn’t everything simulated? Running in a docker environment and using Rosetta is fine for me. I’m making a generic dev platform using gramine and would love to reduce the barrier for entry of mac users just for testing before launching their applications. |
Beta Was this translation helpful? Give feedback.
-
On verifying a quote in gramine:v1.5 with azure:
Warning: Quote supplemental data size is different between DCAP QVL and QvE, please make sure you installed DCAP QVL and QvE from same release
Installation steps in dockerfile:
Im producing this quote in a container which is running graminev1.4. Do containers that produce the quotes need to match the gramine version verifying the quotes?
Beta Was this translation helpful? Give feedback.
All reactions