Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/mu_crypto_release
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2023.11.2
Choose a base ref
...
head repository: microsoft/mu_crypto_release
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2023.11.3
Choose a head ref
  • 3 commits
  • 16 files changed
  • 3 contributors

Commits on Apr 10, 2024

  1. Repo File Sync: synced file(s) with microsoft/mu_devops (#79)

    synced local file(s) with
    [microsoft/mu_devops](https://github.com/microsoft/mu_devops).
    
    🤖: View the [Repo File Sync Configuration
    File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml)
    to see how files are synced.
    ---
    This PR was created automatically by the
    [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action)
    workflow run
    [#8628704515](https://github.com/microsoft/mu_devops/actions/runs/8628704515)
    
    Signed-off-by: Project Mu UEFI Bot <[email protected]>
    uefibot authored Apr 10, 2024

    Partially verified

    This commit is signed with the committer’s verified signature.
    spydon’s contribution has been verified via GPG key.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    18b2c6c View commit details

Commits on Apr 12, 2024

  1. 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]>
    cmruffin and Chris Ruffin authored Apr 12, 2024

    Partially verified

    This commit is signed with the committer’s verified signature.
    spydon’s contribution has been verified via GPG key.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    431cff6 View commit details
  2. CryptoPkg/Binaries: update to 2023.11.3 (#82)

    Pull in the latest MU_BASECORE that bumps the Crypto binary version to
    2023.11.3
    
    Co-authored-by: Chris Ruffin <[email protected]>
    cmruffin and Chris Ruffin authored Apr 12, 2024

    Partially verified

    This commit is signed with the committer’s verified signature.
    spydon’s contribution has been verified via GPG key.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    9194b3e View commit details
Loading