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

Add support for signing. #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ElMostafaIdrassi
Copy link

Signed-off-by: El Mostafa IDRASSI [email protected]

Issue #, if available:

Description of changes:
Added support for signing using an Asymmetric KMS Key.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Signed-off-by: El Mostafa IDRASSI <[email protected]>
@Jonas-Metzger
Copy link

Jonas-Metzger commented Jul 21, 2021

Is this commit meant to allow the enclave to sign arbitrary data using the public key contained in the attestation document? I really need this functionality!

@alexggh
Copy link

alexggh commented Aug 5, 2021

Is this commit meant to allow the enclave to sign arbitrary data using the public key contained in the attestation document? I really need this functionality!

Hi @Jonas-Metzger,

Unfortunately no, this PR is for extending aws-nitro-enclaves-sdk-c to be able to call the kms::Sign API from inside the enclave.
I think you are looking for something different.

Thank you.

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

Successfully merging this pull request may close these issues.

3 participants