Skip to content

Releases: 0xlane/pe-sign

v0.1.10

02 Dec 03:47
Compare
Choose a tag to compare
- Remove some unnecessary dependencies.

Changelog: https://github.com/0xlane/pe-sign/compare/v0.1.9...v0.1.10

v0.1.9

31 Oct 11:38
Compare
Choose a tag to compare
- Fix the issue of memory exhaustion when handling large files. (#2)

Changelog: https://github.com/0xlane/pe-sign/compare/v0.1.8...v0.1.9

v0.1.8

10 Oct 10:06
Compare
Choose a tag to compare
- When the issuer's certificate is missing, retrieve it from the URL specified in the Authority Information Access.
- Update cacerts.pem.

Changelog: https://github.com/0xlane/pe-sign/compare/v0.1.7...v0.1.8

v0.1.7

10 Oct 03:19
Compare
Choose a tag to compare
- Fix the display for RDNs with unknown OIDs.

Changelog: https://github.com/0xlane/pe-sign/compare/v0.1.6...v0.1.7

v0.1.6

09 Oct 03:13
Compare
Choose a tag to compare
- Support for UTF16-encoded RDN value.
- Support for embedded certificate validation.

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

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