Hey, I'm trying to get a FIPS certified openssl, and after
When I compile normally ("./config"), I get an error saying that "libcrypo.so.1.0.0 is not cross-compiler aware" However, if I run config for the FIPS module like so: ./config -DFIPS_REF_POINT_IS_CROSS_COMPILER_AWARE Everything compiles normally. So my problem is that it's not FIPS certified when the config line is not "./config [no-asm]". Does anyone know what the issue is or how I can work around it without losing my FIPS cert? Thanks, Michael Johnson