#
sel4
Here are 32 public repositories matching this topic...
A curated set of links to formal methods involving provable code.
-
Updated
Jul 23, 2019
-
Updated
Mar 31, 2021 - Python
A manifest that allows one to build virtualized seL4 for zcu102 and i.MX8
-
Updated
Jan 11, 2019
A formally verified implementation of a bolt-on security device for ICS networks. Designed with TLA+ and written/proved in F*
-
Updated
Jan 11, 2020 - C
Operating System built on top of the seL4 microkernel.
-
Updated
Apr 18, 2021 - C
AMP experiments in feL4 (seL4/Rust) on SoloX ARM SoC (A9 + M4)
-
Updated
Oct 15, 2018 - Rust
How to create a Hello World seL4 project from scratch
-
Updated
Oct 17, 2020 - CMake
Basic operating system features implementation. File system/Process management/Memory management
-
Updated
Nov 23, 2017 - C
Attestation and software update in seL4
-
Updated
Sep 11, 2018 - C
Rust embedded things running on the seL4 microkernel for the Raspberry Pi 3
rust
gpu
graphics
gpu-memory
rpi3
aarch64
dma
raspberry-pi-3
sel4
rust-embedded
embedded-hal
fel4
sel4-microkernel
cargo-fel4
-
Updated
Dec 8, 2018 - Rust
A repository of larger example Veracruz computations
privacy-enhancing-technologies
sel4
intel-sgx
arm-trustzone
confidential-computing
nitro-enclaves
veracruz
-
Updated
Jul 30, 2021
-
Updated
Dec 13, 2018 - C
-
Updated
Nov 25, 2018 - C
An experimental Rust port of libsel4twinkle allocator
-
Updated
Dec 8, 2018 - Rust
Improve this page
Add a description, image, and links to the sel4 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sel4 topic, visit your repo's landing page and select "manage topics."


Describe the bug
The SGX enclave entry functions for Sonora are not easily discoverable
To Reproduce
Try grepping for
sinaloa_init_remote_attestation_encin the project directory. You will find calls to it but not an implementationExpected behaviour
To aide newcomers to the project, functions should be easy for them to find the implementations of.
Additional context