·
1 commit
to main
since this release
What's Changed
- EdkRepo: Mark install.py executable in tarballs by @nate-desimone in #307
- Add User guide and Command References by @ashedesimone in #308
- EdkRepo: Update Readme.md by @nate-desimone in #309
- EdkRepo: Send Review doesn't add any reviewer if one or more reviewer… by @ashedesimone in #311
- EdkRepo: EdkRepo Checkout 'Go Back' by @VictorMlVillarreal in #313
- EdkRepo: Update Create-Pin Command to Include Patchsets by @ashedesimone in #317
- EdkRepo: Remove Installation of Shell Trap Signal by @ashedesimone in #319
New Contributors
- @VictorMlVillarreal made their first contribution in #313
Full Changelog: edkrepo-v3.3.0...edkrepo-v3.3.1
Verifying the Tarball on Linux
Run the following:
$ sudo apt install osslsigncode # If not already installed
$ wget https://raw.githubusercontent.com/mtrojnar/osslsigncode/refs/heads/master/code_signing_ca.pem
$ osslsigncode verify -CAfile code_signing_ca.pem -TSA-CAfile code_signing_ca.pem edkrepo-3.3.1.0.tar.gz.cat
Timestamp Server Signature verification: ok
Signature verification: ok
Number of verified signatures: 1
Succeeded
$ Verifying the Tarball on Windows
Run the following in PowerShell:
PS > Test-FileCatalog -CatalogFilePath .\edkrepo-3.3.1.0.tar.gz.cat -Path ".\edkrepo-3.3.1.0.tar.gz" -Detailed
Status : Valid
HashAlgorithm : SHA256
CatalogItems : {[edkrepo-3.3.1.0.tar.gz, 6C27A4CC65076946EADB49AE7C840FC1E437E27E12010749E3E578C61E83210C]}
PathItems : {[edkrepo-3.3.1.0.tar.gz, 6C27A4CC65076946EADB49AE7C840FC1E437E27E12010749E3E578C61E83210C]}
Signature : System.Management.Automation.Signature
PS > Get-AuthenticodeSignature -FilePath .\edkrepo-3.3.1.0.tar.gz.cat
SignerCertificate Status Path
----------------- ------ ----
286F53284479E3508D8B3D39C884B38282C33674 Valid edkrepo-3.3.1.0.tar.gz.cat