All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.3.0 (2024-01-19)
- Added option to include additional certificates in the certification chain (27247f9)
1.2.0 (2024-01-18)
- Added support for nested signatures (e97c208)
- Added support for timestamping the signatures (7815b69)
- Added documentation for signature nesting (7dc635d)
1.1.1 (2024-01-17)
- Fixed ESM exports (091e823)
- Implemented not-yet-working authenticode signing (b1ddecf)
- 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)
- Changed OID type from number array to string (687c1c4)
- Added documentation (98adab4)