Would someone be able to rebuild your RHEL/EL6 RPMs an algorithm that is supported for systems running in FIPS mode?
This would be changed in your .rpmmacros file:
The following two values need to be set to at least SHA256:
%_source_filedigest_algorithm 8
%_binary_filedigest_algorithm 8
For reference, the default value for each of those settings is “1”, which is MD5.
This is the default configuration, for reference, along with the other possible variables:
If not specified or 0, MD5 is used.
1 MD5 (default)
2 SHA1
8 SHA256
9 SHA384
10 SHA512
#%_source_filedigest_algorithm 1
#%_binary_filedigest_algorithm 1
Would someone be able rebuild RHEL6 / EL6 rpms with that value changed in the rpmmacros file?