Files
krzyszt1 590856d0c7 Removes the deprecated Launch Enclave mechanism from the Intel SGX Linux SDK codebase
Removed reference Launch Enclave implementation and related tools
Removed Launch Enclave service bundle from AESM
Updated build system to remove LE-related compilation flags and targets
Removed LE-related packages from installer scripts

---------

Signed-off-by: Krzysztof1 Wisniewski <krzysztof1.wisniewski@intel.com>
2026-01-23 07:50:18 +01:00
..
2024-09-26 15:34:56 +08:00

LE source code

The LE is part of Intel(R) Software Guard Extensions for Linux* OS which is published in linux-sgx Github repository. The libsgx_le.signed.so in prebuilt package is built by le with branch sgx_2.25_reproducible and signed by Intel.

PVE source code

The PVE is part of Intel(R) Software Guard Extensions for Linux* OS which is published in linux-sgx Github repository. The libsgx_pve.signed.so in prebuilt package is built by pve with branch sgx_2.25_reproducible and signed by Intel.

PCE source code

The PCE is part of Intel(R) Software Guard Extensions for Linux* OS which is published in linux-sgx Github repository. The libsgx_pce.signed.so in prebuilt package is built by pce with branch sgx_2.25_reproducible and signed by Intel.

QE source code

The QE is part of Intel(R) Software Guard Extensions for Linux* OS which is published in linux-sgx Github repository. The libsgx_qe.signed.so in prebuilt package is built by qe with branch sgx_2.25_reproducible and signed by Intel.