This repository has been archived by the owner on May 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Issues: ntls-io/rtc-data
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Check the data flow from the exec and data enclave to work around the ocall stack-size limitation
#108
opened Jun 24, 2021 by
longtomjr
Rename Nonce to BoxNonce or NaclNonce and use it in the relevant struct declarations
#107
opened Jun 22, 2021 by
longtomjr
Use (X)ChaCha20Poly1305 instead of sgx provided AES-GCM for protected channel
#84
opened May 26, 2021 by
longtomjr
Add a non trivial demo function
M: exec enclave
Module: Execution enclave (rtc_exec_enclave)
#75
opened May 20, 2021 by
longtomjr
1 task
Add ecall to validate and use an execution token sent using the protected channel
M: auth enclave
Module: Authorisation enclave (rtc_auth_enclave)
Add ecall for requesting data using an execution token sent over a protected channel.
M: data enclave
Module: Data enclave (rtc_data_enclave)
Add ecall to request execution using an encrypted execution token and some execution parameters
M: exec enclave
Module: Execution enclave (rtc_exec_enclave)
Add endpoint to request execution for a given token
M: web service
Module: Web API service (rtc_data_service)
Use thiserror for errors returned by the key-value store in tenclave
#68
opened May 20, 2021 by
longtomjr
Refactor the key value store proptests to pull out the non-test setup as seperate functions
#67
opened May 20, 2021 by
longtomjr
Standardise repository versions for all teaclave repositories
maintenance
#63
opened May 18, 2021 by
longtomjr
Update dockerfile to use more granular copy instead of relying on the dockerignore
#43
opened May 4, 2021 by
longtomjr
Update the data-enclave's upload functionality to persist the upload access key and the using the authorization enclave
M: data enclave
Module: Data enclave (rtc_data_enclave)
Add an ECALL to save access-key hash and UUID for a data set
M: auth enclave
Module: Authorisation enclave (rtc_auth_enclave)
Add CI tool to ensure that the committed generated files correspond to seperately generated files
#27
opened Apr 16, 2021 by
longtomjr
Refactor naming of
enclave_pubkey
to something like attestation_data
or attestation_payload
#21
opened Apr 15, 2021 by
longtomjr
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.