audk/CryptoPkg/Library/BaseCryptLib
Chris Ruffin 89ff5da9f9 CryptoPkg/BaseCryptLib: add additional RSAES-OAEP crypto functions
Expand the availability of the RSAES-OAEP crypto capability in
BaseCryptLib.  Applications using RSA crypto functions directly from
OpensslLib can transition to BaseCryptLib to take advantage of the
shared crypto feature in CryptoDxe.

Pkcs1v2Decrypt(): decryption using DER-encoded private key
RsaOaepEncrypt(): encryption using RSA contexts
RsaOaepDecrypt(): decryption using RSA contexts

Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=4732
Gihub PR: https://github.com/tianocore/edk2/pull/5473

Signed-off-by: Chris Ruffin <v-chruffin@microsoft.com>
Cc: Chris Ruffin <cruffin@millcore.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Yi Li <yi1.li@intel.com>
Cc: Wenxing Hou <wenxing.hou@intel.com>

Reviewed-by: Yi Li <yi1.li@intel.com>
2024-04-07 03:55:04 +00:00
..
Bn CryptoPkg: Add BigNum support 2022-09-23 10:08:24 +00:00
Cipher CryptoPkg: add AeadAesGcm support. 2022-09-23 08:24:42 +00:00
Hash CryptoPkg/BaseCryptLib: adapt CryptSm3.c to openssl 3.0 changes. 2023-08-09 07:10:31 +00:00
Hmac CryptoPkg/Library/BaseCryptLib: Update internal functions/variables 2022-10-24 07:49:43 +00:00
Kdf CryptoPkg/Library/BaseCryptLib: Update internal functions/variables 2022-10-24 07:49:43 +00:00
Pem CryptoPkg/Library: Cleanup BaseCryptLib and TlsLib 2022-10-24 07:49:43 +00:00
Pk CryptoPkg/BaseCryptLib: add additional RSAES-OAEP crypto functions 2024-04-07 03:55:04 +00:00
Rand CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
SysCall CryptoPkg: remove strcmp to syscall 2023-08-09 07:10:31 +00:00
BaseCryptLib.inf CryptoPkg: Delete CLANG35 and CLANG38 build flags; add CLANGDWARF flags 2023-05-10 10:58:16 +08:00
BaseCryptLib.uni CryptoPkg/Library/BaseCryptLib: Add missing UNI file and fix format 2022-10-24 07:49:43 +00:00
InternalCryptLib.h CryptoPkg/BaseCryptLib: no openssl deprecation warnings please 2023-08-09 07:10:31 +00:00
PeiCryptLib.inf CryptoPkg: Delete CLANG35 and CLANG38 build flags; add CLANGDWARF flags 2023-05-10 10:58:16 +08:00
PeiCryptLib.uni CryptoPkg/Library/BaseCryptLib: Add missing UNI file and fix format 2022-10-24 07:49:43 +00:00
RuntimeCryptLib.inf CryptoPkg: Delete CLANG35 and CLANG38 build flags; add CLANGDWARF flags 2023-05-10 10:58:16 +08:00
RuntimeCryptLib.uni CryptoPkg/Library/BaseCryptLib: Add missing UNI file and fix format 2022-10-24 07:49:43 +00:00
SecCryptLib.inf CryptoPkg: Delete CLANG35 and CLANG38 build flags; add CLANGDWARF flags 2023-05-10 10:58:16 +08:00
SecCryptLib.uni CryptoPkg/Library/BaseCryptLib: Add missing UNI file and fix format 2022-10-24 07:49:43 +00:00
SmmCryptLib.inf CryptoPkg: Delete CLANG35 and CLANG38 build flags; add CLANGDWARF flags 2023-05-10 10:58:16 +08:00
SmmCryptLib.uni CryptoPkg/Library/BaseCryptLib: Add missing UNI file and fix format 2022-10-24 07:49:43 +00:00
UnitTestHostBaseCryptLib.inf CryptoPkg: Delete CLANG35 and CLANG38 build flags; add CLANGDWARF flags 2023-05-10 10:58:16 +08:00