Skip to content

This repo provides a C API for AWS Nitro Enclaves, including a KMS SDK that integrates it with attestation.

License

Notifications You must be signed in to change notification settings

wk93210/aws-nitro-enclaves-sdk-c

 
 

Repository files navigation

AWS Nitro Enclaves SDK for C

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

Dependencies

name version link
aws-lc v0.1-beta https://github.com/awslabs/aws-lc/
S2N v0.10.21 https://github.com/awslabs/s2n
aws-c-common v0.4.59 https://github.com/awslabs/aws-c-common
aws-c-io v0.7.0 https://github.com/awslabs/aws-c-io
aws-c-compression v0.2.10 https://github.com/awslabs/aws-c-compression
aws-c-http v0.5.17 https://github.com/awslabs/aws-c-http
aws-c-cal v0.3.3 https://github.com/awslabs/aws-c-cal
aws-c-auth v0.4.6 https://github.com/awslabs/aws-c-auth
aws-nitro-enclaves-nsm-api v0.1.0 https://github.com/aws/aws-nitro-enclaves-nsm-api
json-c json-c-0.15-20200726 https://github.com/json-c/json-c

Building

Linux - Using containers:

The simplest way to use this SDK is by using one of the available containers as a base:

docker build -f containers/Dockerfile.al2 --target builder -t aws-nitro-enclaves-sdk-c .

Windows

Note that this SDK is currently not supported on Windows. Only the client side sample application (kmstool_instance) is supported on Windows.

Samples

About

This repo provides a C API for AWS Nitro Enclaves, including a KMS SDK that integrates it with attestation.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 93.3%
  • CMake 4.1%
  • PowerShell 2.5%
  • Shell 0.1%