mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
60d36e0de7
Provided a reproducible SDK. Supported new OS: RHEL 8.1, CentOS 8.1 and Fedora 31. Supported user to specify platform id in PCK Cert ID Retrieval Tool’s command line option. Added ability to execute Platform Cert ID Retrieval Tool on multi-package platforms without loading enclaves. PCCS now supports this functionality. The platform still needs to support SGX. Updated Platform Cert ID Retrieval Tool and Multi-package registration tool to align with BIOS platform manifest changes. Added .deb and .rpm installers for Platform Cert ID Retrieval Tool and Multi-package Registration Agent. Fixed bugs. Signed-off-by: Li, Xun <xun.li@intel.com>
1.2 KiB
1.2 KiB
The ippcp library is built based on the Open Source project ipp-crypto: https://github.com/intel/ipp-crypto/ branch: ipp-crypto_2019_update5
In order to build your own IPP crypto, please follow below steps:
- Download the prebuilt mitigation tools package
as.ld.objdump.gold.{ver}.tar.gzfrom 01.org, extract the package and copy the tools to/usr/local/bin. - Read the ipp-crypto README to prepare your build environment.
- Make sure ipp-crypto source code are prepared.
- Build the target ippcp library with the prepared Makefile:
a. Build the target ippcp library with All-Loads-Mitigation:
$ make MITIGATION-CVE-2020-0551=LOAD
b. Build the target ippcp library with Branch-Mitigation:
$ make MITIGATION-CVE-2020-0551=CF
c. Build the target ippcp library with No-Mitigation:
$ make
The built-out static library
libippcp.aand header files will be copied into the right place. Remember to "make clean" before switching the build.
For IPP crypto reproducible build, please follow the instructions in reproducibility README.md to reproduce the prebuilt IPP crypto.