vcsjones / AzureSignTool

SignTool Library and Azure Key Vault Support
MIT License
272 stars 85 forks source link

Use SHA256 instead of SHA1 for ChecksumAlgorithm #182

Closed dtivel closed 1 year ago

dtivel commented 1 year 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.