Files
intel-linux-sgx/external/ippcp_internal
Zhang Lili 6bb988fd7c Linux 2.15 Open Source Gold Release
Upgraded Intel(R) Integrated Performance Primitives Cryptography library to version 2021 update 3.
Upgraded Intel(R) SGX Architecture Enclaves based on new IPP crypto library.
Added software prevention of fault injection attacks.
Upgraded to GNU Binutils 2.36.1. Stopped providing ld.gold (developers should use ld instead).
Supported Google Protobuf C++.
Enabled C++14 within SGX SDK.
Added SM2/3/4 Samples.
Fixed bugs.

Signed-off-by: Zhang Lili <lili.z.zhang@intel.com>
2021-09-30 00:32:18 +00:00
..
2021-09-30 00:32:18 +00:00
2021-09-30 00:32:18 +00:00
2021-09-30 00:32:18 +00:00

The ippcp library is built based on the Open Source project ipp-crypto:

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.