tugger-windows-codesign 0.6.0

Code signing on Windows platforms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# tugger-windows-codesign

`tugger-windows` is a library crate implementing functionality related
to code signing on Windows. The following functionality is (partially)
implemented:

* Signing binaries with `signtool.exe`.
* Interfacing with code signing certificates.

`tugger-windows-codesign` is part of the Tugger application distribution tool
but exists as its own crate to facilitate code reuse for other tools
wishing to perform similar functionality. Tugger is part of the
[PyOxidizer](https://github.com/indygreg/PyOxidizer.git) project and
this crate is developed in that repository.

While this crate is developed as part of a larger project, modifications
to support its use outside of its primary use case are very much welcome!