aws / aws-nitro-enclaves-sdk-c

This repo provides a C API for AWS Nitro Enclaves, including a KMS SDK that integrates it with attestation.
Apache License 2.0
99 stars 75 forks source link

How to request attestation document (+set user_data field) #57

Closed Jonas-Metzger closed 3 years ago

Jonas-Metzger commented 3 years ago

What function do I call to request the attestation document, and how do I set the user_data field? Can't find a pointer to the right command anywhere in the docs. Thanks!

petreeftime commented 3 years ago

The attestation API is part of the https://github.com/aws/aws-nitro-enclaves-nsm-api/ repository and I see you opened a similar question there as well: https://github.com/aws/aws-nitro-enclaves-nsm-api/issues/9.

I will answer the question there.