Releases: 0xlane/pe-sign
Releases · 0xlane/pe-sign
v0.1.10
v0.1.9
- 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
- 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
- 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
- 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
- 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
- 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
- Fix some minor issues.
v0.1.2
- Fix #1. - Fix tstinfo with malformed generalizedtime. - Expand the Windows-built trusted root certificate to cacert.pem. - Fix other.
v0.1.1
add workflow