Skip to content

v0.2.0

Compare
Choose a tag to compare
@petreeftime petreeftime released this 30 Mar 09:47
· 24 commits to main since this release
  • 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