-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
B-unstableBlocker: Implemented in the nightly compiler and unstable.Blocker: Implemented in the nightly compiler and unstable.C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCLibs-TrackedLibs issues that are tracked on the team's project board.Libs issues that are tracked on the team's project board.O-SGXTarget: SGXTarget: SGXS-tracking-design-concernsStatus: There are blocking design concerns.Status: There are blocking design concerns.T-langRelevant to the language teamRelevant to the language teamT-libs-apiRelevant to the library API 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.
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
schneiderfelipe
Metadata
Metadata
Assignees
Labels
B-unstableBlocker: Implemented in the nightly compiler and unstable.Blocker: Implemented in the nightly compiler and unstable.C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCLibs-TrackedLibs issues that are tracked on the team's project board.Libs issues that are tracked on the team's project board.O-SGXTarget: SGXTarget: SGXS-tracking-design-concernsStatus: There are blocking design concerns.Status: There are blocking design concerns.T-langRelevant to the language teamRelevant to the language teamT-libs-apiRelevant to the library API 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.