audk/CryptoPkg/Library
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
..
BaseCryptLib CryptoPkg/Library: Cleanup BaseCryptLib and TlsLib 2022-10-24 07:49:43 +00:00
BaseCryptLibNull CryptoPkg: Add LOONGARCH64 architecture for EDK2 CI. 2022-10-14 02:16:33 +00:00
BaseCryptLibOnProtocolPpi CryptoPkg: Add LOONGARCH64 architecture for EDK2 CI. 2022-10-14 02:16:33 +00:00
BaseHashApiLib CryptoPkg/BaseHashApiLib: Rename BaseHashApiLib by HashApiLib 2020-04-08 01:12:36 +00:00
Include CryptoPkg/Library/OpensslLib: Combine all performance optimized INFs 2022-10-24 07:49:43 +00:00
IntrinsicLib CryptoPkg: Add instrinsics to support building ECC on IA32 windows 2022-04-14 03:16:59 +00:00
OpensslLib CryptoPkg/Library/OpensslLib: Combine all performance optimized INFs 2022-10-24 07:49:43 +00:00
TlsLib CryptoPkg/Library: Cleanup BaseCryptLib and TlsLib 2022-10-24 07:49:43 +00:00
TlsLibNull CryptoPkg: Add LOONGARCH64 architecture for EDK2 CI. 2022-10-14 02:16:33 +00:00