audk/CryptoPkg
Michael D Kinney ea6d859b50 CryptoPkg/Library/OpensslLib: Combine all performance optimized INFs
* Remove IA32/X64 specific INF files for performance
  optimized OpensslLib and combine into OpensslLibAccel.inf
  and OpensslLibFullAccel.inf.
* Remove use of PcdOpensslEcEnabled and let the platform
  select the EC feature by using either OpensslLibFull.inf
  or OpensslLibFullAccel.inf.
* With PcdOpensslEcEnabled removed, roll back style of opensslconf.h
  and remove  opensslconf_generated.h. Move the choice to disable
  EC/SM2 into OpensslLib INF files using OPENSSL_FLAGS define.
* Update OpensslLibContructor() API to be compatible with all
  FW phases by using types from Base.h and using RETURN_STATUS
  type and values instead of EFI_STATUS type and values.
* Add /wd4718 to VS2015x86 for IA32 and X64 to disable warning
  for recursive call with no side effects.  This is a false
  positive warning that is not produced with VS2017 or VS2019.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Xiaoyu Lu <xiaoyu1.lu@intel.com>
Cc: Guomin Jiang <guomin.jiang@intel.com>
Cc: Christopher Zurcher <christopher.zurcher@microsoft.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
2022-10-24 07:49:43 +00:00
..
Driver CryptoPkg: add new X509 function to Crypto Service. 2022-10-12 06:38:15 +00:00
Include CryptoPkg: Document and disable deprecated crypto services 2022-10-24 07:49:43 +00:00
Library CryptoPkg/Library/OpensslLib: Combine all performance optimized INFs 2022-10-24 07:49:43 +00:00
Private CryptoPkg: add new X509 function to Crypto Service. 2022-10-12 06:38:15 +00:00
Test CryptoPkg/Test/UnitTest/Library/BaseCryptLib: Unit test fixes 2022-10-24 07:49:43 +00:00
CryptoPkg.ci.yaml CryptoPkg/Library/OpensslLib: Combine all performance optimized INFs 2022-10-24 07:49:43 +00:00
CryptoPkg.dec CryptoPkg: Add ECC related usage reference 2022-09-26 07:03:56 +00:00
CryptoPkg.dsc CryptoPkg: Document and disable deprecated crypto services 2022-10-24 07:49:43 +00:00
CryptoPkg.uni CryptoPkg/BaseHashApiLib: Align BaseHashApiLib with TPM 2.0 Implementation 2020-02-19 16:38:22 +00:00
CryptoPkgExtra.uni CryptoPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:22 -07:00