Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ The common software requirements for building the CTK are listed below. Please r
``$ sudo apt-get install dkms libprotobuf-dev autoconf libcppunit-dev autotools-dev libc6-dev libtool build-essential``

- Intel(R) SGX software components
- The SDK, driver and PSW can be downloaded and installed from <a href=https://download.01.org/intel-sgx/latest/linux-latest/distro/ubuntu22.04-server/>Intel SGX Linux 2.24.100.3</a> or can be built from the source from https://github.com/intel/linux-sgx. In-kernel versions of the SGX driver can also be used (from Linux kernel versions 5.11).
- Intel(R) SGX SSL can be built and installed from the source (https://github.com/intel/intel-sgx-ssl/tree/3.0_Rev2). CTK has been validated with Intel(R) SGX SSL (Release 3.0_Rev2) built with OpenSSL version 3.0.12 without mitigation.
- The SDK, driver and PSW can be downloaded and installed from <a href=https://download.01.org/intel-sgx/latest/linux-latest/distro/ubuntu22.04-server/>Intel SGX Linux 2.26.100.0</a> or can be built from the source from https://github.com/intel/linux-sgx. In-kernel versions of the SGX driver can also be used (from Linux kernel versions 5.11).
- Intel(R) SGX SSL can be built and installed from the source (https://github.com/intel/intel-sgx-ssl/tree/3.0_Rev4). CTK has been validated with Intel(R) SGX SSL (Release 3.0_Rev4) built with OpenSSL version 3.0.14 without mitigation.
- (For DCAP support) The latest version of DCAP binaries and driver can be downloaded and installed from https://download.01.org/intel-sgx/ or built from the source from https://github.com/intel/SGXDataCenterAttestationPrimitives.

> **NOTE** This version of CTK is configured to build with, and validated against Intel SGX SDK v2.24 and SGX in-kernel driver part of Linux kernel v5.18, and SGXSSL binaries (Release 3.0_Rev2) built with OpenSSL version 3.0.12) without any mitigation.
> **NOTE** This version of CTK is configured to build with, and validated against Intel SGX SDK v2.26 and SGX in-kernel driver part of Linux kernel v5.18, and SGXSSL binaries (Release 3.0_Rev4) built with OpenSSL version 3.0.14) without any mitigation.

## Building the source

Expand Down