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

`aws_kms_decrypt_blocking` API does not support rsa decryption because it cannot receive key-id and encryption-algorithm #84

Closed emperorhan closed 2 years ago

emperorhan commented 2 years ago

Because we utilize E2EE with RSA public key encryption, we need rsa decryption through kms inside the enclave. However, the aws_kms_decrypt_blocking api does not support this.

alcioa commented 2 years ago

Included in v0.3.0

aceeric commented 1 year ago

All - this functionality does not appear to be included in the main source tree. Please see https://github.com/aws/aws-nitro-enclaves-sdk-c/pull/85