vcsjones / AuthenticodeLint

Lints an authenticode signed binary.
MIT License
36 stars 17 forks source link

Validate all signatures #3

Closed vcsjones closed 8 years ago

vcsjones commented 8 years ago

Use WinVerifyTrustEx to do and end-to-end validation of all signatures.

A command line option should be considered for how revocation checking should be performed, something like -revocationchecktype with possible values of "Online", "Offline", "None". Online will be the default, for now.

vcsjones commented 8 years ago

This is implemented.