Crate tugger_windows_codesign[−][src]
Code signing on Windows.
Structs
| FileBasedX509SigningCertificate | Represents an x509 signing certificate backed by a file. |
| SigntoolSign | Represents an invocation of |
Enums
| TimestampServer | Describes a timestamp server to use during signing. |
| X509SigningCertificate | Represents an x509 certificate used to sign binaries on Windows. |
Functions
| certificate_to_pfx | Serialize a certificate to a PKCS #12 |
| 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. |