CryptoPkg: Update OneCrypto binary ext_dep to v1.0.2 - #1877
Conversation
✅ QEMU Validation PassedSource Dependencies
Results
Workflow run: https://github.com/microsoft/mu_basecore/actions/runs/31064657165 This comment was automatically generated by the Mu QEMU PR Validation workflow. |
dc4369b to
d2813bd
Compare
Point the onecrypto-bin ext_dep at the v1.0.2-OneCrypto accelerated release and refresh the pinned sha256. https://github.com/microsoft/mu_crypto_release/releases/tag/v1.0.2-OneCrypto Signed-off-by: Doug Flick <dougflick@microsoft.com>
d2813bd to
aa1a66c
Compare
|
Waiting on success from here: microsoft/mu_tiano_platforms#1460 |
|
In v1.0.3 I will revisit dropping dual copy (this will be a breaking change) - since I am losing my ability to test the binaries with the move to single copy. What will be challenging is that some platforms can't easily move off. Some platforms depend on a dxe only copy currently satisfied by dual copy. |
Can you update the integration instructions to explain when each approach should be used? |
11a8ced
into
microsoft:release/202511
Description
This pull request updates the
OneCrypto_ext_dep.jsonfile to use the latest version of the OneCrypto binary. The update ensures that the dependency is current and that the integrity check matches the new release.Dependency update:
sourceURL,version, andsha256checksum inCryptoPkg/Binaries/OneCrypto_ext_dep.jsonto reference OneCrypto version 1.0.2 instead of 1.0.1.Since we're holding on to the
dual copyapproach - this PR is not a breaking change. If we drop this - then this may be a breaking change.How This Was Tested
Single copy and dual copy via QemuArmVirtPkg
Integration Instructions
This introduces two styles of integration.
Single copy is the preferred mechanism and works when the platform supports DXE and S*MM.
Single Copy FDF
If your platform cannot communicate over a MM-Communicate channel or only supports DXE. Then the dual copy mechanism can be used. Where on the platform without S*MM you can just include only the DXE changes.
Dual Copy FDF