Hi, I'm trying to build fips capable openssl for Mac OS X 64 bit platform. The config script ./config automatically builds the libraries for 32 bit OS X and it displays the warning asking for manual configuration.
openssl-fips-2.0.3 Raghav$ ./config no-asm Operating system: i686-apple-darwinDarwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 WARNING! If you wish to build 64-bit library, then you have to invoke './Configure darwin64-x86_64-cc' *manually*. You have about 5 seconds to press Ctrl-C to abort. So my question is if I manually configure i.e ./Configure darwin-x86_64-cc instead of executing the config script, does it affect the fips certification? Thanks Raghav