Expand description
Code signing on Windows.
Structs§
- File
Based Code Signing Certificate - Represents a code signing certificate backed by a file.
- Signtool
Sign - Represents an invocation of
signtool.exe sign
to sign some files.
Enums§
- Code
Signing Certificate - Represents a code signing certificate used to sign binaries on Windows.
- System
Store - Defines a specific Windows certificate system store.
- Timestamp
Server - Describes a timestamp server to use during signing.
Functions§
- certificate_
to_ pfx - Serialize a certificate to a PKCS #12
.pfx
file. - create_
self_ signed_ code_ signing_ certificate - create_
self_ signed_ code_ signing_ certificate_ params - Create parameters for a self-signed x509 certificate suitable for code signing on Windows.
- find_
signtool - is_
file_ signable - Determine whether a given filesystem path is signable.
- is_
signable_ binary_ header - Whether the bytes passed in look like a file header for a format that is signable.