Hi All,

I am new to openssl and i am first time building openssl source code .

I have build openssl fips 1.2

./Configure fipscansiterbuild aix-cc
make

It generated the fips module

and when i have started building openssl 9.8J , i can see this error

./Configure -DSSL_ALLOW_ADH --prefix=/usr --openssldir=/var/ssl
--with-fipslibdir=$fipslibdir fips no-idea no-rc5 no-ec no-symlinks shared
threads aix-xlc_r

make make was successful

make test fails with this

test SSL protocol
test ssl3 is forbidden in FIPS mode
749792:error:2D06906E:FIPS
routines:FIPS_CHECK_INCORE_FINGERPRINT:fingerprint does not
match:fips.c:238:
test ssl2 is forbidden in FIPS mode
749794:error:2D06906E:FIPS
routines:FIPS_CHECK_INCORE_FINGERPRINT:fingerprint does not
match:fips.c:238:
test tls1
749796:error:2D06906E:FIPS
routines:FIPS_CHECK_INCORE_FINGERPRINT:fingerprint does not
match:fips.c:238:
make: The error code from the last command is 1.


Stop.
make: The error code from the last command is 2.


Any one have idea why this fails.

Thanks In advance

Rajan
-- 
View this message in context: 
http://www.nabble.com/Make-test-failed-for-Fips-Capable-openssl-9.8J-tp21581340p21581340.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to