Skip to content

Latest commit

 

History

History
61 lines (29 loc) · 2.61 KB

CHANGELOG.md

File metadata and controls

61 lines (29 loc) · 2.61 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.0 (2024-01-19)

Features

  • Added option to include additional certificates in the certification chain (27247f9)

1.2.0 (2024-01-18)

Features

  • Added support for nested signatures (e97c208)
  • Added support for timestamping the signatures (7815b69)

Documentation

  • Added documentation for signature nesting (7dc635d)

1.1.1 (2024-01-17)

Bug Fixes

1.1.0 (2024-01-17)

Features

  • Implemented not-yet-working authenticode signing (b1ddecf)

Bug Fixes

  • Finally got it working (3ecd202)
  • Fixed how the digest for the PEFile is calculated (c96b46e)
  • Fixed PKCS7 format of signeddata - still not working yet (c4bc7c2)
  • Fixed Signature format (312c171)

Improvements

  • Changed OID type from number array to string (687c1c4)

Build/CI

Documentation