juneb / aws-nitro-enclaves-sdk-c

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Using containers:

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

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

Samples

About

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

License:Apache License 2.0


Languages

Language:C 95.9%Language:CMake 4.0%Language:Shell 0.1%