Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-03-30 | 979 Bytes | |
v0.2.0.tar.gz | 2022-03-30 | 57.0 kB | |
v0.2.0.zip | 2022-03-30 | 68.0 kB | |
Totals: 3 Items | 126.0 kB | 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