-
Notifications
You must be signed in to change notification settings - Fork 80
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
Is there a way to invoke code in an enclave programmatically? #42
Comments
There is already a in-enclave libc (musl libc) you can directly use. If the function contains syscalls which is not supported inside the enclave, you may leverage trampoline mechanism to do so. |
We don't have that kind of offloading/API model yet. Taesoo On 06/21/16 at 01:31pm, Savvas Savvides wrote:
|
Tor example contains an RPC-like interface. But it's different from Windows Dongsu Han On Wed, Jun 22, 2016 at 5:31 AM, Savvas Savvides [email protected]
|
Could you point me to that example please? |
In opensgx/Tor directory, there is a Tor program that communicates with an Thanks, 2016-06-22 22:51 GMT+09:00 Savvas Savvides [email protected]:
|
Is there a way to invoke code in an enclave programmatically, say through a c function, and get the result back?
The text was updated successfully, but these errors were encountered: