-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Oak Rust enclave application SDK #4490
Labels
Comments
conradgrobler
pushed a commit
to conradgrobler/oak
that referenced
this issue
Nov 20, 2023
ipetr0v
changed the title
Implement Oak Restricted Kernel Rust SDK
Implement Oak Rust enclave application SDK
Nov 23, 2023
This was referenced Dec 6, 2023
ipetr0v
added a commit
that referenced
this issue
Jan 8, 2024
This was referenced Jan 18, 2024
ipetr0v
added a commit
that referenced
this issue
Jan 19, 2024
ipetr0v
added a commit
that referenced
this issue
Jan 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to implement a user-facing Rust SDK that provides Oak features for enclave applications including:
We could rename an existing
oak_restricted_kernel_api
crate (and makeapi
a module), and reuse it for the whole SDK.We also need to update other non-RKernel related crates (such as Crypto and Attestation Verification) before we finalize the SDK.
The text was updated successfully, but these errors were encountered: