Skip to content

Releases: jborean93/PowerShell-OpenAuthenticode

v0.6.3

12 Sep 00:05
5c2b568

Choose a tag to compare

What's Changed

  • Add better error for invalid Azure endpoint by @jborean93 in #31

v0.6.3 - 2025-09-12

  • Provide better when an invalid URI was specified for Get-OpenAuthenticodeAzTrustedSigner -Endpoint

Full Changelog: v0.6.2...v0.6.3

v0.6.2

31 Aug 18:51
ee3dc14

Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

12 Feb 05:12
f6fbfbe

Choose a tag to compare

v0.6.1 - 2025-02-12

  • Fix up certificate selection logic for Get-OpenAuthenticodeAzTrustedSigner to retrieve the correct leaf certificate on Windows.

What's Changed

  • Fixup Trusted Signer certificate selection by @jborean93 in #29

Full Changelog: v0.6.0...v0.6.1

v0.6.0

11 Feb 19:31
5eb1448

Choose a tag to compare

v0.6.0 - 2025-02-12

  • Added the -TokenSource parameter for Get-OpenAuthenticodeAzKey to specify the authentication method used.
  • Move all signing operations to the EndProcessing of the cmdlet to batch up multiple requests if present.
  • Removed Get-OpenAuthenticodeSslDotComKey due to lack of use
  • Added the following cmdlets

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

07 Dec 05:52
8e44795

Choose a tag to compare

What's Changed

v0.5.0 - 2024-12-07

  • Remove support for PowerShell 7.2 and 7.3 as they are end of life versions
  • Bump the Azure and OTP dependencies to the latest version available
  • Fix up PowerShell script encoding detection when no BOM is present

Full Changelog: v0.4.0...v0.5.0

v0.4.0

25 Aug 11:48
4a8b4c2

Choose a tag to compare

What's Changed

Manual Changelog

  • Fix support for ECDSA based key that was broken in v0.3.0
  • Add support for ECDSA keys from Azure using Get-OpenAuthenticodeAzKey

Full Changelog: v0.3.0...v0.4.0

v0.3.0

23 Aug 20:14
eebd47d

Choose a tag to compare

What's Changed

Manual Changelog

  • Reworked Assembly Load Context to properly store extra dlls in new ALC
  • Added Get-OpenAuthenticodeSslDotComKey which can use SSL.com's eSigner API to sign content
  • Added the -Silent parameter for Set-OpenAuthenticodeSignature and Add-OpenAuthenticodeSignature to disable Windows certificate PIN prompts
    • The original behaviour was to always be silent but has been changed, use this parameter to fallback to the old behaviour.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

25 Mar 08:38
de74fd8

Choose a tag to compare

What's Changed

Manual Changelog

  • Added support for .dll and .exe files through the PEBinary provider
  • Fixed up support for PowerShell XML signatures for .psc1, .ps1xml
  • Output nested signatures when a file has been signed with multiple hash algorithms
  • Renamed output property HashAlgorithmName to just HashAlgorithm
  • Added the following cmdlets

Full Changelog: v0.1.0...v0.2.0

v0.1.0

17 Mar 06:05
09445f3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/jborean93/PowerShell-OpenAuthenticode/commits/v0.1.0