-
Notifications
You must be signed in to change notification settings - Fork 98
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 NVIDIA GPU local and remote attestation #550
Comments
Hi @zvonkok, it's a nice work. I'm curious if this will mean implementing a new Attester in AA crate and a new Verifier in AS crate? Also, I'm wondering if it will use something like nvml-wrapper under the hood or just use ffi to call the attestation_sdk python library? |
@imlk0 Yes new Attester in AA create and a new Verifier in AS crate. No not using nvml-wrapper this is just a small part of the attestation_sdk. I would need to implement a ton of things to make this work just by using nvml-wrapper. |
Thanks for your reply. |
Great proposal! I'm curious about the part regarding KMS. |
Using this issue to track the attestation changes for supporting NVIDIA GPUs with our attestation_sdk: https://github.com/NVIDIA/nvtrust, lets start with the obvious:
There are more things to come, maybe a KMS backend as well.
The text was updated successfully, but these errors were encountered: