RE: FIPS error on Apache httpd v2.4.3, OpenSSL 1.0.1c and fips-2.0.1

2012-08-27 Thread Ruiyuan Jiang
Sent: Thursday, August 23, 2012 3:26 PM To: openssl-users@openssl.org Subject: RE: FIPS error on Apache httpd v2.4.3, OpenSSL 1.0.1c and fips-2.0.1 Ryan, A previous thread, "fingerprint does not match on FIPS_mode_set when FIPS + openssl is dynamically linked into build", might be of some us

RE: FIPS error on Apache httpd v2.4.3, OpenSSL 1.0.1c and fips-2.0.1

2012-08-24 Thread Ruiyuan Jiang
openssl-us...@openssl.org] On Behalf Of Helms, Cassie Sent: Thursday, August 23, 2012 3:26 PM To: openssl-users@openssl.org Subject: RE: FIPS error on Apache httpd v2.4.3, OpenSSL 1.0.1c and fips-2.0.1 Ryan, A previous thread, "fingerprint does not match on FIPS_mode_set when FIPS + openssl is dynamica

RE: FIPS error on Apache httpd v2.4.3, OpenSSL 1.0.1c and fips-2.0.1

2012-08-23 Thread Helms, Cassie
Ryan, A previous thread, "fingerprint does not match on FIPS_mode_set when FIPS + openssl is dynamically linked into build", might be of some use to you. As a first step, you may want to use ldd on your executable to make sure libcrypto.so/a points to 1.0.1c and not some other version of openss

FIPS error on Apache httpd v2.4.3, OpenSSL 1.0.1c and fips-2.0.1

2012-08-23 Thread Ruiyuan Jiang
Hi, I am not sure this mailing list is the proper one to ask for the problem that I have. I enabled fips when I compiled OpenSSL 1.0.1c. # /usr/local/ssl/bin/openssl OpenSSL> version OpenSSL 1.0.1c-fips 10 May 2012 OpenSSL> I compiled Apache httpd v2.4.3 against this version of OpenSSL. If I di