audk/CryptoPkg/Library/BaseCryptLibNull/Pk
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
..
CryptAuthenticodeNull.c
CryptDhNull.c
CryptEcNull.c CryptoPkg: Add EC key retrieving and signature interface. 2022-10-12 05:56:00 +00:00
CryptPkcs1OaepNull.c CryptoPkg/BaseCryptLib: add additional RSAES-OAEP crypto functions 2024-04-07 03:55:04 +00:00
CryptPkcs5Pbkdf2Null.c
CryptPkcs7SignNull.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
CryptPkcs7VerifyEkuNull.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
CryptPkcs7VerifyNull.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
CryptRsaBasicNull.c
CryptRsaExtNull.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
CryptRsaPssNull.c CryptoPkg: BaseCryptLib: Update Salt length requirement for RSA-PSS scheme. 2021-06-23 15:19:44 +00:00
CryptRsaPssSignNull.c CryptoPkg: BaseCryptLib: Update Salt length requirement for RSA-PSS scheme. 2021-06-23 15:19:44 +00:00
CryptTsNull.c
CryptX509Null.c CryptoPkg: add new X509 function. 2022-10-12 06:38:15 +00:00