Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CryptoPkg/BaseCryptLib: add DigestLen to RsaOaepEncrypt(), RsaOaepDec…
…rypt() (#80) ## Description Add DigestLen parameter to RsaOaepEncrypt(), RsaOaepDecrypt() so that SHA256, SAH384, SHA512 hash and MGF can be used with the API. - [ ] Impacts functionality? - [x] Impacts security? - [x] Breaking change? - [x] Includes tests? - [ ] Includes documentation? ## How This Was Tested Unit tests, wycheproof test vectors, end-to-end test with 3rd party application. ## Integration Instructions nuget needs to be built on a private mu_basecore branch. (contains changes from edk2 commit 89ff5da9f9787be29c173ad5d5c0beb0c262e3cc) (contains changes from edk2 commit 503344cdbd289e6f360f900551d1cc7c23f4b27a) --------- Co-authored-by: Chris Ruffin <[email protected]>
- Loading branch information