Files
Li, Xun b9b071b544 Linux 2.11 Open Source Gold Release
Supported new OS: RHEL 8.2 and SUSE 15.
Provided standalone Intel(R) SGX DCAP Quote verification library installer.
Added Intel(R) SGX DCAP Platform Certificate ID Retrieval Tool and Multi-package Registration
  Agent (MPA) installers into SGX installation repo.
Fixed bugs.

Signed-off-by: Li, Xun <xun.li@intel.com>
2020-08-28 09:01:06 +08:00
..
2020-03-10 12:47:50 +08:00
2020-08-28 09:01:06 +08:00
2020-07-07 08:42:08 +08:00

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:

  1. Download the prebuilt mitigation tools package as.ld.objdump.gold.{ver}.tar.gz from 01.org, extract the package and copy the tools to /usr/local/bin.
  2. Read the ipp-crypto README to prepare your build environment.
  3. Make sure ipp-crypto source code are prepared.
  4. 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.a and 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.