Include makemsix and osslsigncode command line tools
With makemsix one can package applications for Windows Store, or deliver .appx install packages for Windows.
The code for the tools is available at:
- https://github.com/microsoft/msix-packaging
- https://github.com/mtrojnar/osslsigncode
I have an example using makemsix and singtool at https://github.com/cristianadam/AffineWindowsStore/
It would be great if llvm-mingw would have the ability to sign executables and create packages that could be submitted for the Windows store.
While it certainly would be convenient to have such tools available out of the box, unfortunately I would say it's out of scope for what I'd want to bundle within llvm-mingw.
OpenSSL is a big library, and the build system is custom made...I'm not sure if bundling it with the toolchain will be beneficial. Maybe if someone can port osslsigncode to mbedtls, then it might be possible.