Open
Description
This issue tracks the functionality available behind the sgx_platform
feature gate.
Relevant PRs:
TODO:
- arch module
- More details in Expose EGETKEY/EREPORT fortanix/rust-sgx#15
- At the very least the
AlignXXX<[u8; _]>
types should be replaced by the actual types (from thesgx-isa
crate). Concern: that would makestd
dependent on thebitflags
crate.
- ffi module
- No concerns
- io module
- No concerns
- mem module
- No concerns, but no evidence of real-world usage
- thread module
- No concerns
- usercalls module
- This is all pretty untested outside of std
For more information about the target, see https://edp.fortanix.com
Metadata
Metadata
Assignees
Labels
Blocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFCLibs issues that are tracked on the team's project board.Target: SGXStatus: There are blocking design concerns.Relevant to the language team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.