-
Notifications
You must be signed in to change notification settings - Fork 64
Description
Short summary (3-5 sentences) describing the issue.
Converter uses MD5 hash, which is not FIPS compliant. Full functionality failure in any environment with FIPS compliance enabled.
Assemblies affected
Reader.
Which assemblies and versions are known to be affected?
All.
Steps to reproduce
Enable FIPS compliance on the environment where the converter is executing.
The simplest set of steps to reproduce the issue. If possible, reference a commit that demonstrates the issue.
Expected result
Converter does not crash
What would happen if there wasn't a bug.
Actual result
Converter crashes with FIPS compliance runtime error.
What is actually happening.
Additional detail
Oracle listing FIPS non-compliant algorithms:https://docs.oracle.com/cd/E36784_01/html/E54953/fips-notok-1.html
NIST draft of 2019 FIPS compliant algorithms: https://csrc.nist.gov/csrc/media/publications/fips/140/2/final/documents/fips1402annexa.pdf
*Optional, details of the root cause if known.