islet
islet copied to clipboard
An on-device confidential computing platform
This commit adds the Cargo.lock file to ensure that the exact versions of dependencies are locked down across all environments. This is crucial for maintaining consistent behavior of our application...
| ACS TEST SUIT | PASS/FAIL | -- | -- | -- | -- 1 | cmd_rmi_version | O | 2 | cmd_granule_delegate | O | 3 | cmd_granule_undelegate |...
Currently autopadding cannot cover struct type with a field in the struct below: ``` pad_struct_and_impl_default!( pub struct Run { 0x0 entry: Entry, 0x800 exit: Exit, } ); ```
error log (when trying to run the certifier service) ``` $ ./run.sh x86_64 193.168.10.15 .... VerifySignedClaim: Time violation Can't verifiy signature ``` reported from Guan, Mingyu/[email protected]
When islet-cli, or even independently built rsictl, is launched from /shared folder, both clients either segfault (islet-cli) or return error (rsictl) when parsing token. This concerns both attestation retrieval (using...
Currently, we use `3rd-project-name` as submodule's branch name (e.g., `3rd-nw-linux`), and most of them assume using beta0 of cca spec. I think that we should change 3rd-party branch's name to...
The below will summarize the code patterns which are not supported by formal verification tools. [KLEE] ``` lazy_static: causes abort in klee processing extern "C" fn: causes abort in klee...