vcsjones / AzureSignTool

SignTool Library and Azure Key Vault Support
MIT License
286 stars 90 forks source link

Use SHA256 instead of SHA1 for ChecksumAlgorithm #182

Closed dtivel closed 2 years ago

dtivel commented 2 years ago

ChecksumAlgorithm "controls the checksum algorithm we use to encode source files in the PDB."

This change switches from SHA1 (default) to SHA256 for more secure PDB files.