REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4740 REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4741 REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4742
These patch will fix OPTIONAL location and update hash implementation and remove the interdependence for RsaPssVerify. And these patch has paseed the EDKII CI test. https://github.com/tianocore/edk2/pull/5501 Cc: Jiewen Yao <[email protected]> Cc: Yi Li <[email protected]> Signed-off-by: Wenxing Hou <[email protected]> Wenxing Hou (3): CryptoPkg: Update OPTIONAL location for BaseCryptLibMbedTls CryptoPkg: Update Md5/Sha1/Sha2 by using new mbedtls api CryptoPkg: Remove interdependence for RsaPssVerify .../BaseCryptLibMbedTls/Hash/CryptMd5.c | 9 +-- .../BaseCryptLibMbedTls/Hash/CryptSha1.c | 9 +-- .../BaseCryptLibMbedTls/Hash/CryptSha256.c | 9 +-- .../BaseCryptLibMbedTls/Hash/CryptSha512.c | 17 ++--- .../Pk/CryptPkcs1OaepNull.c | 6 +- .../BaseCryptLibMbedTls/Pk/CryptRsaPss.c | 74 +++---------------- .../BaseCryptLibMbedTls/Pk/CryptX509Null.c | 6 +- 7 files changed, 35 insertions(+), 95 deletions(-) -- 2.26.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117220): https://edk2.groups.io/g/devel/message/117220 Mute This Topic: https://groups.io/mt/105210159/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
