jbevain / cecil

Cecil is a library to inspect, modify and create .NET programs and libraries.
MIT License
2.71k stars 619 forks source link

Address issue 938 by choosing a FIPS compliant implementation #939

Closed SteveGilham closed 3 months ago

SteveGilham commented 5 months ago

Replacing use of SHA1Managed with the compliant SHA1CryptoServiceProvider implementation.

Also, as a convenience, adding RollForward Major to the test projects so they will run on a machine with only net60 and up installed.

jbevain commented 3 months ago

Thanks, I've fixed it in #944!