PowerShell-OpenAuthenticode

Cross platform PowerShell implementation of Authenticode signing and verification

MIT License

Stars
23

Bot releases are hidden (Show)

PowerShell-OpenAuthenticode - v0.4.0 Latest Release

Published by jborean93 about 1 year ago

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: https://github.com/jborean93/PowerShell-OpenAuthenticode/compare/v0.3.0...v0.4.0

PowerShell-OpenAuthenticode - v0.3.0

Published by jborean93 about 1 year ago

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: https://github.com/jborean93/PowerShell-OpenAuthenticode/compare/v0.2.0...v0.3.0

PowerShell-OpenAuthenticode - v0.2.0

Published by jborean93 over 1 year ago

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: https://github.com/jborean93/PowerShell-OpenAuthenticode/compare/v0.1.0...v0.2.0

PowerShell-OpenAuthenticode - v0.1.0

Published by jborean93 over 1 year ago

What's Changed

New Contributors

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

Badges
Extracted from project README
Test workflow codecov PowerShell Gallery License