Friday, 15 August 2014

windows - Deploying a FIPS enabled Apache/OpenSSL -



windows - Deploying a FIPS enabled Apache/OpenSSL -

i've built apache mod_ssl/openssl fips compliance (i'm building , installing in windows environment) , works locally. can following:

openssl md5 c:\path\to\random\file.txt # succeed , spit out hash info set openssl_fips=1 openssl md5 c:\path\to\random\file.txt # fail , spit out error md5 beingness disabled in fips mode openssl sha1 c:\path\to\random\file.txt # succeed , spit out hash info

but when re-create apache build (the entire bin directory , modules directory) existing internal ssl testbed have effort run same commands, utilize of openssl perform hash (md5 or sha1) give me next error:

1444:error:2d06b06f:fips routines:fips_check_incore_fingerprint:fingerprint not match:.\fips\fips.c:232:

what causing break when re-create machine? thoughts?

windows openssl fips

No comments:

Post a Comment