1) I do not have the source from the CD yet, that is on the way.
2) I've looked, and I do not see a listing of FIPS qualified platforms. I
am compiling with the following specs:
--gcc version 4.4.3
--cross compile mips-openwrt-linux-uclibc
--arch mips32r2
--tune 24kc
--Hardwa
Hello,
I am trying to cross compile openssh to use the newest
openssl+fips. I get a number of errors saying that md5 & rc4 are
disabled. (eg: "error RC4 is disabled") I've tried patching out the parts
that use those two algorithms, but I think some of it may be important,
does anyone
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
Everythi