lfarrel6 / aws-nitro-enclaves-nsm-api

This provides a library for interacting with the Nitro Secure Module, which provides Nitro Enclaves with attestation capability.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nitro Secure Module library

This is a collection of helpers which Nitro Enclaves userland applications can use to communicate with a connected NitroSecureModule (NSM) device.

Various operations can be requested such as:

  • PCR query and manipulation
  • Attestation
  • Entropy

Prerequisites

An up-to-date RUST toolchain (v1.58.1 or later)

How To Build

  1. Clone the repository
  2. Execute make nsm-api-stable

How to Test

Prerequisites

To run the tests it's required to build the command-executor tool, as follows:

make command-executor

How to integrate this module in your Nitro Enclaves project

TODO: Link to AWS documentation

License

This project is licensed under the Apache-2.0 License.

Security issue notifications

If you discover a potential security issue in the Nitro Enclaves NSM API, we ask that you notify AWS Security via our vulnerability reporting page. Please do not create a public GitHub issue.

About

This provides a library for interacting with the Nitro Secure Module, which provides Nitro Enclaves with attestation capability.

License:Apache License 2.0


Languages

Language:Rust 70.4%Language:C++ 22.8%Language:Makefile 5.5%Language:Shell 1.3%