jbevain / cecil

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

Changes so Mono.Cecil will run when FIPS compliance is required #938

Closed SteveGilham closed 3 months ago

SteveGilham commented 5 months ago

See AltCover issue 214.

The fix is the simple one of using the FIPS compliant SHA1CryptoServiceProvider rather than SHA1Managed