Skip to content

Releases: jborean93/PowerShell-OpenAuthenticode

v0.5.0

07 Dec 05:52
8e44795
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

New Contributors

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