From 8835facb67912c094a7310fac1e938dfa9e9036c Mon Sep 17 00:00:00 2001 From: Sankaranarayanan Venkatasubramanian Date: Tue, 9 Sep 2025 11:55:26 +0530 Subject: [PATCH] Update SGX SDK version to v2.26 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 468063e..380bd0e 100644 --- a/README.md +++ b/README.md @@ -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 Intel SGX Linux 2.24.100.3 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 Intel SGX Linux 2.26.100.0 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