On Fri, Mar 1, 2024 at 08:30 AM, Prabin CA wrote:
>
> - Ssdt.asl
> + SsdtRos.asl
> SsdtEvents.asl
> SsdtIoVirtSocExp.asl
> - SsdtRos.asl
These should be alphabetically sorted. I will fix this in this instance before
merging.
With that,
Reviewed-by: Sami Mujawar
Regards,
Sami Mujawar
-=-=-
From: Chris Ruffin
Add unit test functions:
TestVerifyPkcs1v2EncryptInterface()
TestVerifyRsaOaepEncryptInterface()
TestVerifyEncrypt()
TestVerifyDecrypt()
TestVerifyEncryptDecrypt()
Signed-off-by: Chris Ruffin
Cc: Chris Ruffin
Cc: Jiewen Yao
Cc: Yi Li
Cc: Wenxing Hou
---
.../Library/BaseC
From: Chris Ruffin
Add new functions to CryptoPkg/Driver.
Signed-off-by: Chris Ruffin
Cc: Chris Ruffin
Cc: Jiewen Yao
Cc: Yi Li
Cc: Wenxing Hou
---
CryptoPkg/Driver/Crypto.c | 130 +-
.../Pcd/PcdCryptoServiceFamilyEnable.h| 4 +
.../BaseCryptLi
From: Chris Ruffin
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-enc
From: Chris Ruffin
v2 patchset adds:
- Add digest length parameter to RsaOaepEncrypt(), RsaOaepDecrypt() so that
SHA256, SHA384, SHA512 message digests and mask generation functions can
be used with the API.
- Add NullLib implementation for BaseCryptLibMbedTls
- Cleanups from v1 review
- Signific