Hi, I have some queries on fips object module validation for openssl:
I see in openssl project fips module that it is validated for linux 2.6 on some platforms (ex: TIAM3xx (armv7), PowerPC etc). The compiler for linux 2.6 is 4.2/4.1 versions pointed. We are planning to use freescale imx6(armv7) for our project with linux 2.6 and compiler 4.1/4.2, which I don't see this specific configuration(linux OS+imx6 platform+gcc 4.1/4.2) being validated for fips. Can we use openssl fips with this specific configuration(linux OS+imx6+gcc 4.1/4.2) without validating again, since I see that fips is validated for linux os+gcc 4.1/4.2 or is it mandatory that processor platform also has to be same as one present in security policy. Regards, Satya.