[edk2-devel] [PATCH 0/2] CryptoPkg: Add BigNum support

yi1 li posted 2 patches 2 years, 3 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
CryptoPkg/CryptoPkg.dsc                       |   1 +
CryptoPkg/Driver/Crypto.c                     | 522 ++++++++++++++-
CryptoPkg/Include/Library/BaseCryptLib.h      | 423 +++++++++++++
.../Pcd/PcdCryptoServiceFamilyEnable.h        |  30 +
.../Library/BaseCryptLib/BaseCryptLib.inf     |   1 +
CryptoPkg/Library/BaseCryptLib/Bn/CryptBn.c   | 594 ++++++++++++++++++
.../Library/BaseCryptLib/Bn/CryptBnNull.c     | 525 ++++++++++++++++
.../Library/BaseCryptLib/PeiCryptLib.inf      |   1 +
.../Library/BaseCryptLib/SmmCryptLib.inf      |   2 +-
.../BaseCryptLibNull/BaseCryptLibNull.inf     |   1 +
.../Library/BaseCryptLibNull/Bn/CryptBnNull.c | 525 ++++++++++++++++
.../BaseCryptLibOnProtocolPpi/CryptLib.c      | 497 +++++++++++++++
CryptoPkg/Private/Protocol/Crypto.h           | 434 +++++++++++++
13 files changed, 3554 insertions(+), 2 deletions(-)
create mode 100644 CryptoPkg/Library/BaseCryptLib/Bn/CryptBn.c
create mode 100644 CryptoPkg/Library/BaseCryptLib/Bn/CryptBnNull.c
create mode 100644 CryptoPkg/Library/BaseCryptLibNull/Bn/CryptBnNull.c
[edk2-devel] [PATCH 0/2] CryptoPkg: Add BigNum support
Posted by yi1 li 2 years, 3 months ago
This patch series is used to add CryptBn library, which is wrapped
over OpenSSL. The implementation provides CryptBn library functions
for EFI BaseCrypt protocol and EFI BaseCrypt Configuration Protocol.

yi1 li (2):
  CryptoPkg: Add BigNum support
  CryptoPkg: Add BigNum NullLib

 CryptoPkg/CryptoPkg.dsc                       |   1 +
 CryptoPkg/Driver/Crypto.c                     | 522 ++++++++++++++-
 CryptoPkg/Include/Library/BaseCryptLib.h      | 423 +++++++++++++
 .../Pcd/PcdCryptoServiceFamilyEnable.h        |  30 +
 .../Library/BaseCryptLib/BaseCryptLib.inf     |   1 +
 CryptoPkg/Library/BaseCryptLib/Bn/CryptBn.c   | 594 ++++++++++++++++++
 .../Library/BaseCryptLib/Bn/CryptBnNull.c     | 525 ++++++++++++++++
 .../Library/BaseCryptLib/PeiCryptLib.inf      |   1 +
 .../Library/BaseCryptLib/SmmCryptLib.inf      |   2 +-
 .../BaseCryptLibNull/BaseCryptLibNull.inf     |   1 +
 .../Library/BaseCryptLibNull/Bn/CryptBnNull.c | 525 ++++++++++++++++
 .../BaseCryptLibOnProtocolPpi/CryptLib.c      | 497 +++++++++++++++
 CryptoPkg/Private/Protocol/Crypto.h           | 434 +++++++++++++
 13 files changed, 3554 insertions(+), 2 deletions(-)
 create mode 100644 CryptoPkg/Library/BaseCryptLib/Bn/CryptBn.c
 create mode 100644 CryptoPkg/Library/BaseCryptLib/Bn/CryptBnNull.c
 create mode 100644 CryptoPkg/Library/BaseCryptLibNull/Bn/CryptBnNull.c

-- 
2.33.0.windows.2



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#86218): https://edk2.groups.io/g/devel/message/86218
Mute This Topic: https://groups.io/mt/88776233/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-