jbevain / cecil

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

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

Closed SteveGilham closed 6 months ago

SteveGilham commented 8 months ago

See AltCover issue 214.

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