[edk2-devel] [PATCH 0/1] CryptoPkg/BaseCryptLib: Add EVP (Envelope) Digest interface

Zurcher, Christopher J posted 1 patch 3 years, 8 months ago
Failed in applying to current master (apply log)
CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf    |   1 +
CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf     |   1 +
CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf |   1 +
CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf     |   1 +
CryptoPkg/Include/Library/BaseCryptLib.h           | 122 +++++++++++
CryptoPkg/Library/BaseCryptLib/Evp/CryptEvpMd.c    | 228 ++++++++++++++++++++
6 files changed, 354 insertions(+)
create mode 100644 CryptoPkg/Library/BaseCryptLib/Evp/CryptEvpMd.c
[edk2-devel] [PATCH 0/1] CryptoPkg/BaseCryptLib: Add EVP (Envelope) Digest interface
Posted by Zurcher, Christopher J 3 years, 8 months ago
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2545

Low-level interfaces to message digest (hash) functions have been deprecated
in OpenSSL 3. In order to upgrade to OpenSSL 3, all direct calls to
low-level functions (such as SHA256_Init() in CryptSha256.c) will need to
be replaced by EVP inteface calls.
For reviewers: The added file CryptEvpMd.c is based on CryptHmacSha256.c
and can be compared to that file to easily highlight changes.

References:
  https://www.openssl.org/docs/manmaster/man7/evp.html
  https://www.openssl.org/docs/manmaster/man3/SHA256_Init.html

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Xiaoyu Lu <xiaoyux.lu@intel.com>

Christopher J Zurcher (1):
  CryptoPkg/BaseCryptLib: Add EVP (Envelope) Digest interface

 CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf    |   1 +
 CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf     |   1 +
 CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf |   1 +
 CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf     |   1 +
 CryptoPkg/Include/Library/BaseCryptLib.h           | 122 +++++++++++
 CryptoPkg/Library/BaseCryptLib/Evp/CryptEvpMd.c    | 228 ++++++++++++++++++++
 6 files changed, 354 insertions(+)
 create mode 100644 CryptoPkg/Library/BaseCryptLib/Evp/CryptEvpMd.c

-- 
2.28.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#64134): https://edk2.groups.io/g/devel/message/64134
Mute This Topic: https://groups.io/mt/76159837/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-