Skip to content

Releases: 0xlane/pe-sign

v0.1.5

13 Sep 06:13
Compare
Choose a tag to compare
- Fix the issue with subject equality comparison, support equality comparison for internal RDN in unordered sequences.
- Fix the issue with Authenticode calculation errors for PE files with overlapping sections.
- Fix the display issue with the Md5WithRSA algorithm.
- Use only the subject to find trusted CA certificates.
- Use trusted CA certificates exported from the Windows 11 system as built-in certificates.

Changelog: https://github.com/0xlane/pe-sign/compare/v0.1.4...v0.1.5

v0.1.4

12 Sep 07:01
Compare
Choose a tag to compare
- Fix calc authenticode with malformed pe header size.
- Fix the issue with certificate chain verification when intermediate certificates are stored in the trusted CA certificate store.

Changelog: https://github.com/0xlane/pe-sign/compare/v0.1.3...v0.1.4

v0.1.3

11 Sep 10:58
Compare
Choose a tag to compare
- Fix some minor issues.

v0.1.2

11 Sep 09:14
Compare
Choose a tag to compare
- Fix #1.
- Fix tstinfo with malformed generalizedtime.
- Expand the Windows-built trusted root certificate to cacert.pem.
- Fix other.

v0.1.1

10 Sep 11:37
Compare
Choose a tag to compare
add workflow