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 74 forks source link

Support for creating CMK #38

Open raindust opened 3 years ago

raindust commented 3 years ago

Hi,

I want to call create key with a predefined key policy to generate an asymmetric CMK, and check the include/aws/nitro_enclaves/kms.h find that the "create key" operation has not to be supported yet. Will the "create key" be supported later as well?

alcioa commented 2 years ago

@raindust Hi, is this feature still of interest or have you managed to create your own solution?

raindust commented 2 years ago

@alcioa Hi, thanks for your reply, we decided on a decentralized solution without CMK.

bl4ck5un commented 1 year ago

Hi @alcioa, is this on your TODO list? this feature will be very useful for our project.