- minor changes to rfc3161 timestamps
- make timestampfile an argument to sign_file and use with -untrusted
- make CAfile an argument to sign_file
- small tweaks to readme, history, version number
- Added support for osslsigncode 2.1+ (required -CAfile cli)
- updated documentation for packaging and ownership
- Added support for MSIX/APPX signing
- Breaking API: Some functions are now async. In particular, the top-level sign_file function is now an async function.
- Restructured module layout
- Added docs
- Fixed old style timestamp generation
- Added signature verification code
- Removed autograph support. Client code can implement their own autograph signing hooks for winsign.sign.sign_file
- Updated logging so that is_signed doesn't produce error logs when files aren't signed
- Added is_signed method to check if files are signed
- First release