I recently enabled the FIPS module under CentOS 6 (minimum install).
Module is confirmed working:
cat /proc/sys/crypto/fips_enabled yields 1
openssl md5 somefile(fails) and openssl sha1 somefile(succeeds).
openssl version yields OpenSSL 1.0.1e-fips 11 Feb 2013
When I attempt to ssh into a box I connect to daily, I now see a notice stating:
FIPS integrity verification test failed
The session continues and I am able to connect to the remote server. Is the connection still secure?