Skip to content

Intel® SGX SDK/PSW 2.28

Latest

Choose a tag to compare

@bgotowal bgotowal released this 04 Mar 19:27
· 1 commit to main since this release
sgx_2.28
5e63c02

Intel® Software Guard Extensions SDK (Intel® SGX SDK)

Note

Intel® Software Guard Extensions (Intel® SGX) Eclipse plugin will be removed in the next release of Intel® SGX SDK.


Intel® Software Guard Extensions Platform Software (Intel® SGX PSW)

  • Removed deprecated functionality based on EPID (Enhanced Privacy ID), including EPID remote attestation.
      • The libsgx_epid.so library is removed, including its simulation counterpart in the SGX SDK.
      • Note support remains for ECDSA-based attestation and universal quoting APIs (i.e. sgx_get_quote_ex()).
      • Supporting architectural enclaves: EPID-based Provisioning Enclave (PVE) and EPID-based Quoting Enclave (QE) are no longer distributed.
  • Removed code supporting the deprecated Launch Enclave, whitelist management, and out-of-tree driver.
      • The recommended launch mechanism continues to be the Flexible Launch Control via the in-kernel SGX driver.
      • The libsgx_launch.so library is removed, including its simulation counterpart in the SGX SDK.
      • The libsgx-aesm-launch-plugin as well as the le_launch_service_bundle are removed.
      • Supporting architectural enclave: Launch Enclave (LE), is no longer distributed.
      • Launch whitelist files (white_list_cert*.bin) and signature files (le_prod_css.bin) are removed as well.
  • Upgraded to OpenSSL 3.0.19.
  • Added support for CentOS* Stream 10 and Red Hat* Enterprise Linux* 10.
  • Bug fixes.