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: slimbootloader/slimbootloader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: slimbootloader/slimbootloader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: QemuIppCryptoFipsTest
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 23 files changed
  • 1 contributor

Commits on Nov 14, 2024

  1. feat: Add FIPS compliant IppCryptoLib instance.

    Latest ipp-crytpo code is FIPS compliant. Need to add it as a submodule
    to maintain FIPS compliance. This requires adding each ASM optimized
    implementation as a separate .inf file and selecting at the platform
    level. Old IppCryptoLib instance needs to be kept for backwards
    compatibility.
    
    Signed-off-by: Bejean Mosher <[email protected]>
    bejeanmo committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    12a7ad7 View commit details
    Browse the repository at this point in the history
  2. CI Test: QEMU CI test for IppCrypto Build

    QEMU CI test for IppCrypto Build
    
    Signed-off-by: Bejean Mosher <[email protected]>
    bejeanmo committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6b8626f View commit details
    Browse the repository at this point in the history
Loading