Skip to content

Commit 65d9cb2

Browse files
authored
CryptoPkg: Update shared crypto to v1.1.1 (#1502)
## Description Updates to the latest version based on EDK II Crypto Version 19 and changes the ext dep to use a zip file attached to the shared crypto GitHub release instead of NuGet. This release fixes an issue in the previous (v1.1.0 release) where the crypto binary reported EDK II Crypto Version 18 instead of 19. - [x] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? - [x] Backport to release branch? ## How This Was Tested - CI and build and boot QEMU Q35 & physical platforms with the change ## Integration Instructions - N/A Signed-off-by: Michael Kubacki <[email protected]>
1 parent 44f83d0 commit 65d9cb2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"scope": "global",
3-
"type": "nuget",
3+
"type": "web",
44
"name": "edk2-basecrypto-driver-bin",
5-
"source": "https://pkgs.dev.azure.com/projectmu/mu/_packaging/Mu-Public/nuget/v3/index.json",
6-
"version": "1.1.0",
5+
"source": "https://github.com/microsoft/mu_crypto_release/releases/download/v1.1.1/Mu_CryptoBin_v1_1_1.zip",
6+
"version": "1.1.1",
7+
"sha256": "d27ee53636478b16f81c0409136edd8f3137b99f59c073c47e47226ac3c7a8cf",
8+
"compression_type": "zip",
9+
"internal_path": "/",
710
"flags": ["set_build_var"],
811
"var_name": "BLD_*_SHARED_CRYPTO_PATH"
912
}

0 commit comments

Comments
 (0)