Releases: aws/aws-nitro-enclaves-nsm-api
Releases · aws/aws-nitro-enclaves-nsm-api
v0.4.0
v0.2.1
What's Changed
- Update Makefile to build on other machines by @sabin-rapan in #27
- Fix missing enums from cbindgen generated header by @petreeftime in #28
New Contributors
- @sabin-rapan made their first contribution in #27
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- fix keywords
- nsm-api: reorganize subcrates into modules
- Cargo.toml: add missing fields
- nsm: add top level crate
- nsm-io: change documentation to milliseconds
- Added the "Report Security Issues section" to README
- Add script to test repository against nsm-test samples
- Add documentation for how to build and test the nsm samples
- Addd steps for building command-executer tool in this repo
- Add support for launching an enclave with nsm samples
- Add usage samples for nsm-lib and nsm-driver
- Add local build support for different rust versions
- nsm-io: remove libc and nix dependencies
- clippy: fix manual map
- ci: update MSRV to 1.46
- docs: attestation: Public Key must be generated, not embedded
- ci: prevent duplicate workflows
- nsm-io: allow upper case acronyms
- fix clippy warnings
- docs: Add documentation for the attestation process (#3)
- allow AttestationDoc::new arguments
- update dependencies
- add minimal github workflow