Crate tugger_windows_codesign

Source
Expand description

Code signing on Windows.

Structs§

FileBasedCodeSigningCertificate
Represents a code signing certificate backed by a file.
SigntoolSign
Represents an invocation of signtool.exe sign to sign some files.

Enums§

CodeSigningCertificate
Represents a code signing certificate used to sign binaries on Windows.
SystemStore
Defines a specific Windows certificate system store.
TimestampServer
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.