Skip to content

EdkRepo v3.3.1

Latest

Choose a tag to compare

@nate-desimone nate-desimone released this 04 Feb 04:26
· 1 commit to main since this release

What's Changed

New Contributors

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