All,
I have run into a validation error while attempting to perform a
fipscanisterbuild on IRIX 6.5 using the openssl-fips1.2 source code and
I am hoping that someone can help me get it working while still
maintaining the validity of the results.

Current command and summary output:
root@<hostname> 121# ./config fipscanisterbuild
Operating system: mips4-sgi-irix64
Configuring for irix64-mips4-cc
Configuring for irix64-mips4-cc
    no-asm          [forced]   OPENSSL_NO_ASM
    no-camellia     [default]  OPENSSL_NO_CAMELLIA (skip dir)
    no-gmp          [default]  OPENSSL_NO_GMP (skip dir)
    no-krb5         [krb5-flavor not specified] OPENSSL_NO_KRB5
    no-mdc2         [default]  OPENSSL_NO_MDC2 (skip dir)
    no-rc5          [default]  OPENSSL_NO_RC5 (skip dir)
    no-rfc3779      [default]  OPENSSL_NO_RFC3779 (skip dir)
    no-seed         [default]  OPENSSL_NO_SEED (skip dir)
    no-zlib         [default]
    no-zlib-dynamic [default]
IsMK1MF=0
CC            =cc
CFLAG         =-DOPENSSL_THREADS -D_SGI_MP_SOURCE -DDSO_DLFCN
-DHAVE_DLFCN_H -64 -mips4 -O2 -use_readonly_const -G0 -rdata_shared
-DTERMIOS  -DBN_DIV3W
EX_LIBS       =
CPUID_OBJ     =
BN_ASM        =bn_asm.o
DES_ENC       =des_enc.o fcrypt_b.o
AES_ASM_OBJ   =aes_core.o aes_cbc.o
BF_ENC        =bf_enc.o
CAST_ENC      =c_enc.o
RC4_ENC       =rc4_enc.o
RC5_ENC       =rc5_enc.o
MD5_OBJ_ASM   =
SHA1_OBJ_ASM  =
RMD160_OBJ_ASM=
PROCESSOR     =
RANLIB        =true
ARFLAGS       =
PERL          =/usr/bin/perl5
SIXTY_FOUR_BIT_LONG mode
DES_RISC2 used
DES_UNROLL used
RC4 uses uchar
RC4_CHUNK is unsigned long
e_os2.h => include/openssl/e_os2.h
making links in crypto...
crypto.h => ../include/openssl/crypto.h
tmdiff.h => ../include/openssl/tmdiff.h
opensslv.h => ../include/openssl/opensslv.h
opensslconf.h => ../include/openssl/opensslconf.h
ebcdic.h => ../include/openssl/ebcdic.h
symhacks.h => ../include/openssl/symhacks.h
ossl_typ.h => ../include/openssl/ossl_typ.h
making links in crypto/objects...
objects.h => ../../include/openssl/objects.h
obj_mac.h => ../../include/openssl/obj_mac.h
making links in crypto/md2...
md2.h => ../../include/openssl/md2.h
md2test.c => ../../test/md2test.c
making links in crypto/md4...
md4.h => ../../include/openssl/md4.h
md4test.c => ../../test/md4test.c
md4.c => ../../apps/md4.c
making links in crypto/md5...
md5.h => ../../include/openssl/md5.h
md5test.c => ../../test/md5test.c
making links in crypto/sha...
sha.h => ../../include/openssl/sha.h
shatest.c => ../../test/shatest.c
sha1test.c => ../../test/sha1test.c
sha256t.c => ../../test/sha256t.c
sha512t.c => ../../test/sha512t.c
making links in crypto/hmac...
hmac.h => ../../include/openssl/hmac.h
hmactest.c => ../../test/hmactest.c
making links in crypto/ripemd...
ripemd.h => ../../include/openssl/ripemd.h
rmdtest.c => ../../test/rmdtest.c
making links in crypto/des...
des.h => ../../include/openssl/des.h
des_old.h => ../../include/openssl/des_old.h
destest.c => ../../test/destest.c
making links in crypto/aes...
aes.h => ../../include/openssl/aes.h
making links in crypto/rc2...
rc2.h => ../../include/openssl/rc2.h
rc2test.c => ../../test/rc2test.c
making links in crypto/rc4...
rc4.h => ../../include/openssl/rc4.h
rc4test.c => ../../test/rc4test.c
making links in crypto/idea...
idea.h => ../../include/openssl/idea.h
ideatest.c => ../../test/ideatest.c
making links in crypto/bf...
blowfish.h => ../../include/openssl/blowfish.h
bftest.c => ../../test/bftest.c
making links in crypto/cast...
cast.h => ../../include/openssl/cast.h
casttest.c => ../../test/casttest.c
making links in crypto/bn...
bn.h => ../../include/openssl/bn.h
bntest.c => ../../test/bntest.c
exptest.c => ../../test/exptest.c
making links in crypto/ec...
ec.h => ../../include/openssl/ec.h
ectest.c => ../../test/ectest.c
making links in crypto/rsa...
rsa.h => ../../include/openssl/rsa.h
rsa_test.c => ../../test/rsa_test.c
making links in crypto/dsa...
dsa.h => ../../include/openssl/dsa.h
dsatest.c => ../../test/dsatest.c
making links in crypto/ecdsa...
ecdsa.h => ../../include/openssl/ecdsa.h
ecdsatest.c => ../../test/ecdsatest.c
making links in crypto/dh...
dh.h => ../../include/openssl/dh.h
dhtest.c => ../../test/dhtest.c
making links in crypto/ecdh...
ecdh.h => ../../include/openssl/ecdh.h
ecdhtest.c => ../../test/ecdhtest.c
making links in crypto/dso...
dso.h => ../../include/openssl/dso.h
making links in crypto/engine...
engine.h => ../../include/openssl/engine.h
enginetest.c => ../../test/enginetest.c
making links in crypto/buffer...
buffer.h => ../../include/openssl/buffer.h
making links in crypto/bio...
bio.h => ../../include/openssl/bio.h
making links in crypto/stack...
stack.h => ../../include/openssl/stack.h
safestack.h => ../../include/openssl/safestack.h
making links in crypto/lhash...
lhash.h => ../../include/openssl/lhash.h
making links in crypto/rand...
rand.h => ../../include/openssl/rand.h
randtest.c => ../../test/randtest.c
making links in crypto/err...
err.h => ../../include/openssl/err.h
making links in crypto/evp...
evp.h => ../../include/openssl/evp.h
evp_test.c => ../../test/evp_test.c
        cp evptests.txt ../../test
making links in crypto/asn1...
asn1.h => ../../include/openssl/asn1.h
asn1_mac.h => ../../include/openssl/asn1_mac.h
asn1t.h => ../../include/openssl/asn1t.h
making links in crypto/pem...
pem.h => ../../include/openssl/pem.h
pem2.h => ../../include/openssl/pem2.h
making links in crypto/x509...
x509.h => ../../include/openssl/x509.h
x509_vfy.h => ../../include/openssl/x509_vfy.h
making links in crypto/x509v3...
x509v3.h => ../../include/openssl/x509v3.h
making links in crypto/conf...
conf.h => ../../include/openssl/conf.h
conf_api.h => ../../include/openssl/conf_api.h
making links in crypto/txt_db...
txt_db.h => ../../include/openssl/txt_db.h
making links in crypto/pkcs7...
pkcs7.h => ../../include/openssl/pkcs7.h
making links in crypto/pkcs12...
pkcs12.h => ../../include/openssl/pkcs12.h
making links in crypto/comp...
comp.h => ../../include/openssl/comp.h
making links in crypto/ocsp...
ocsp.h => ../../include/openssl/ocsp.h
making links in crypto/ui...
ui.h => ../../include/openssl/ui.h
ui_compat.h => ../../include/openssl/ui_compat.h
making links in crypto/krb5...
krb5_asn.h => ../../include/openssl/krb5_asn.h
making links in crypto/store...
store.h => ../../include/openssl/store.h
making links in crypto/pqueue...
pqueue.h => ../../include/openssl/pqueue.h
pq_compat.h => ../../include/openssl/pq_compat.h
making links in fips...
fips.h => ../include/openssl/fips.h
fips_test_suite.c => ../test/fips_test_suite.c
making links in fips/sha...
fips_shatest.c => ../../test/fips_shatest.c
        cp SHAmix.req SHAmix.fax ../../test
making links in fips/rand...
fips_rand.h => ../../include/openssl/fips_rand.h
fips_randtest.c => ../../test/fips_randtest.c
fips_rngvs.c => ../../test/fips_rngvs.c
making links in fips/des...
fips_desmovs.c => ../../test/fips_desmovs.c
making links in fips/aes...
fips_aesavs.c => ../../test/fips_aesavs.c
fips_aes_data => ../../test/fips_aes_data
making links in fips/dsa...
fips_dsatest.c => ../../test/fips_dsatest.c
fips_dssvs.c => ../../test/fips_dssvs.c
making links in fips/rsa...
fips_rsavtest.c => ../../test/fips_rsavtest.c
fips_rsastest.c => ../../test/fips_rsastest.c
fips_rsagtest.c => ../../test/fips_rsagtest.c
making links in fips/dh...
making links in fips/hmac...
fips_hmactest.c => ../../test/fips_hmactest.c
making links in ssl...
ssl.h => ../include/openssl/ssl.h
ssl2.h => ../include/openssl/ssl2.h
ssl3.h => ../include/openssl/ssl3.h
ssl23.h => ../include/openssl/ssl23.h
tls1.h => ../include/openssl/tls1.h
dtls1.h => ../include/openssl/dtls1.h
kssl.h => ../include/openssl/kssl.h
ssltest.c => ../test/ssltest.c
making links in engines...
making links in apps...
making links in test...
making links in tools...
generating dummy tests (if needed)...

Configured for irix64-mips4-cc.

WARNING: OpenSSL has been configured to generate a fipscanister.o object
module.
That compiled module is NOT FIPS 140-2 validated or suitable for use in
satisfying a requirement for the use of FIPS 140-2 validated
cryptography
UNLESS the requirements of the Security Policy are followed exactly (see
http://openssl.org/docs/fips/ or http://csrc.nist.gov/cryptval/).

root@<hostname> 122# make
        if [ -n "libcrypto" ]; then \
                EXCL_OBJ='aes_core.o aes_cbc.o bn_asm.o des_enc.o
fcrypt_b.o   ../crypto/aes/aes_cfb.o  ../crypto/aes/aes_ecb.o
../crypto/aes/aes_ofb.o  ../crypto/bn/bn_add.o  ../crypto/bn/bn_blind.o
../crypto/bn/bn_ctx.o  ../crypto/bn/bn_div.o  ../crypto/bn/bn_exp2.o
../crypto/bn/bn_exp.o  ../crypto/bn/bn_gcd.o  ../crypto/bn/bn_lib.o
../crypto/bn/bn_mod.o  ../crypto/bn/bn_mont.o  ../crypto/bn/bn_mul.o
../crypto/bn/bn_prime.o  ../crypto/bn/bn_rand.o  ../crypto/bn/bn_recp.o
../crypto/bn/bn_shift.o  ../crypto/bn/bn_sqr.o  ../crypto/bn/bn_word.o
../crypto/bn/bn_x931p.o  ../crypto/buffer/buf_str.o
../crypto/cryptlib.o  ../crypto/des/cfb64ede.o  ../crypto/des/cfb64enc.o
../crypto/des/cfb_enc.o  ../crypto/des/ecb3_enc.o
../crypto/des/ecb_enc.o  ../crypto/des/ofb64ede.o
../crypto/des/ofb64enc.o  ../crypto/des/fcrypt.o
../crypto/des/set_key.o  ../crypto/dsa/dsa_utl.o
../crypto/dsa/dsa_sign.o  ../crypto/dsa/dsa_vrf.o ../crypto/err/err.o
../crypto/evp/digest.o  ../crypto/evp/enc_min.o  ../crypto/evp/e_aes.o
../crypto/evp/e_des3.o  ../crypto/evp/p_sign.o  ../crypto/evp/p_verify.o
../crypto/mem_clr.o  ../crypto/mem.o  ../crypto/rand/md_rand.o
../crypto/rand/rand_egd.o  ../crypto/rand/randfile.o
../crypto/rand/rand_lib.o ../crypto/rand/rand_os2.o
../crypto/rand/rand_unix.o  ../crypto/rand/rand_win.o
../crypto/rsa/rsa_lib.o  ../crypto/rsa/rsa_none.o
../crypto/rsa/rsa_oaep.o  ../crypto/rsa/rsa_pk1.o
../crypto/rsa/rsa_pss.o  ../crypto/rsa/rsa_ssl.o
../crypto/rsa/rsa_x931.o  ../crypto/sha/sha1dgst.o
../crypto/sha/sha256.o  ../crypto/sha/sha512.o  ../crypto/uid.o' ;
export EXCL_OBJ ; \
                ARX='/usr/bin/perl5 ${TOP}/util/arx.pl ar  r' ; \
        else \
                ARX='ar  r' ; \
        fi ; export ARX ; \
                dir=crypto; target=all; if echo " crypto fips ssl
engines apps test tools " | grep " $dir " >/dev/null 2>/dev/null; then \
                if [ -d "$dir" ]; then \
            (   cd $dir && echo "making $target in $dir..." && \
                TOP= && unset TOP ${LIB+LIB} ${LIBS+LIBS}
${INCLUDE+INCLUDE} ${INCLUDES+INCLUDES}         ${DIR+DIR} ${DIRS+DIRS}
${SRC+SRC}      ${LIBSRC+LIBSRC} ${LIBOBJ+LIBOBJ} ${ALL+ALL}
${EXHEADER+EXHEADER} ${HEADER+HEADER}           ${GENERAL+GENERAL}
${CFLAGS+CFLAGS}             ${ASFLAGS+ASFLAGS} ${AFLAGS+AFLAGS}
${LDCMD+LDCMD} ${LDFLAGS+LDFLAGS}               ${SHAREDCMD+SHAREDCMD}
${SHAREDFLAGS+SHAREDFLAGS}       ${SHARED_LIB+SHARED_LIB}
${LIBEXTRAS+LIBEXTRAS} && make -e PLATFORM='irix64-mips4-cc'
PROCESSOR=''  CC='cc' CFLAG='-DOPENSSL_THREADS -D_SGI_MP_SOURCE
-DDSO_DLFCN -DHAVE_DLFCN_H -64 -mips4 -O2 -use_readonly_const -G0
-rdata_shared -DTERMIOS  -DBN_DIV3W'                    AS='cc'
ASFLAG='-DOPENSSL_THREADS -D_SGI_MP_SOURCE -DDSO_DLFCN -DHAVE_DLFCN_H
-64 -mips4 -O2 -use_readonly_const -G0 -rdata_shared -DTERMIOS
-DBN_DIV3W -c'                    AR='ar  r' PERL='/usr/bin/perl5'
RANLIB='true'  SDIRS='objects  md2 md4 md5 sha hmac ripemd  des aes rc2
rc4 idea bf cast  bn ec rsa dsa ecdsa dh ecdh dso engine  buffer bio
stack lhash rand err  evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12
comp ocsp ui krb5  store pqueue' LIBRPATH='/usr/local/ssl/fips-1.0/lib'
INSTALL_PREFIX=''          INSTALLTOP='/usr/local/ssl/fips-1.0'
OPENSSLDIR='/usr/local/ssl/fips-1.0'       MAKEDEPEND='$${TOP}/util/domd
$${TOP} -MD makedepend'  DEPFLAG='-DOPENSSL_NO_DEPRECATED
-DOPENSSL_NO_CAMELLIA -DOPENSSL_NO_GMP -DOPENSSL_NO_MDC2
-DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_SEED '
MAKEDEPPROG='makedepend'                        SHARED_LDFLAGS='-64'
KRB5_INCLUDES='' LIBKRB5=''     EXE_EXT='' SHARED_LIBS='
libcrypto.so.0.9.8 libssl.so.0.9.8'    SHLIB_EXT='.so.0.9.8'
SHLIB_TARGET='irix-shared'        PEX_LIBS='' EX_LIBS=''  CPUID_OBJ=''
BN_ASM='bn_asm.o' DES_ENC='des_enc.o fcrypt_b.o'
AES_ASM_OBJ='aes_core.o aes_cbc.o'
BF_ENC='bf_enc.o' CAST_ENC='c_enc.o'    RC4_ENC='rc4_enc.o'
RC5_ENC='rc5_enc.o'      SHA1_ASM_OBJ=''
MD5_ASM_OBJ=''                  RMD160_ASM_OBJ=''
FIPSLIBDIR='' FIPSCANLIB='libcrypto'  FIPSCANISTERINTERNAL='y'
FIPS_EX_OBJ='../crypto/aes/aes_cfb.o  ../crypto/aes/aes_ecb.o
../crypto/aes/aes_ofb.o  ../crypto/bn/bn_add.o  ../crypto/bn/bn_blind.o
../crypto/bn/bn_ctx.o  ../crypto/bn/bn_div.o  ../crypto/bn/bn_exp2.o
../crypto/bn/bn_exp.o  ../crypto/bn/bn_gcd.o  ../crypto/bn/bn_lib.o
../crypto/bn/bn_mod.o  ../crypto/bn/bn_mont.o  ../crypto/bn/bn_mul.o
../crypto/bn/bn_prime.o  ../crypto/bn/bn_rand.o  ../crypto/bn/bn_recp.o
../crypto/bn/bn_shift.o  ../crypto/bn/bn_sqr.o  ../crypto/bn/bn_word.o
../crypto/bn/bn_x931p.o  ../crypto/buffer/buf_str.o
../crypto/cryptlib.o  ../crypto/des/cfb64ede.o  ../crypto/des/cfb64enc.o
../crypto/des/cfb_enc.o  ../crypto/des/ecb3_enc.o
../crypto/des/ecb_enc.o  ../crypto/des/ofb64ede.o
../crypto/des/ofb64enc.o  ../crypto/des/fcrypt.o
../crypto/des/set_key.o  ../crypto/dsa/dsa_utl.o
../crypto/dsa/dsa_sign.o  ../crypto/dsa/dsa_vrf.o  ../crypto/err/err.o
../crypto/evp/digest.o  ../crypto/evp/enc_min.o  ../crypto/evp/e_aes.o
../crypto/evp/e_des3.o  ../crypto/evp/p_sign.o  ../crypto/evp/p_verify.o
../crypto/mem_clr.o  ../crypto/mem.o ../crypto/rand/md_rand.o
../crypto/rand/rand_egd.o  ../crypto/rand/randfile.o
../crypto/rand/rand_lib.o  ../crypto/rand/rand_os2.o
../crypto/rand/rand_unix.o  ../crypto/rand/rand_win.o
../crypto/rsa/rsa_lib.o  ../crypto/rsa/rsa_none.o
../crypto/rsa/rsa_oaep.o  ../crypto/rsa/rsa_pk1.o
../crypto/rsa/rsa_pss.o  ../crypto/rsa/rsa_ssl.o
../crypto/rsa/rsa_x931.o  ../crypto/sha/sha1dgst.o
../crypto/sha/sha256.o  ../crypto/sha/sha512.o  ../crypto/uid.o'
THIS=${THIS:-build_crypto} MAKEFILE=Makefile MAKEOVERRIDES= TOP=..
DIR=$dir $target \
            ) || exit 1; \
            fi; \
        fi
making all in crypto...
        ( echo "#ifndef MK1MF_BUILD"; \
        echo '  /* auto-generated by crypto/Makefile for
crypto/cversion.c */'; \
        echo '  #define CFLAGS "cc -DOPENSSL_THREADS -D_SGI_MP_SOURCE
-DDSO_DLFCN -DHAVE_DLFCN_H -64 -mips4 -O2 -use_readonly_const -G0
-rdata_shared -DTERMIOS  -DBN_DIV3W"'; \
        echo '  #define PLATFORM "irix64-mips4-cc"'; \
        echo "  #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \
        echo '#endif' ) >buildinf.h
        cc -I. -I.. -I../include -DOPENSSL_THREADS -D_SGI_MP_SOURCE
-DDSO_DLFCN -DHAVE_DLFCN_H -64 -mips4 -O2 -use_readonly_const -G0
-rdata_shared -DTERMIOS  -DBN_DIV3W -c cryptlib.c


/usr/bin/cc -I. -I.. -I../include -DOPENSSL_THREADS -D_SGI_MP_SOURCE
-DDSO_DLFCN -DHAVE_DLFCN_H -64 -mips4 -O2 -use_readonly_const -G0
-rdata_shared -DTERMIOS -DBN_DIV3W -c cryptlib.c -I/usr/include
...

root@<hostname> 123# make test
Doing certs
aol1.pem => bda4cc84.0
aol2.pem => 2fb1850a.0
aoltw1.pem => 0dbd0096.0
aoltw2.pem => 0481cb65.0
argena.pem => cdd7aee7.0
argeng.pem => aad3d04d.0
eng1.pem => 7a9820c1.0
eng2.pem => 56e607f4.0
eng3.pem => 878cf4c6.0
eng4.pem => a3c60019.0
eng5.pem => 843b6c51.0
RegTP-5R.pem => d4e39186.0
RegTP-6R.pem => 1e49180d.0
thawteCb.pem => ddc328ff.0
thawteCp.pem => c33a80d4.0
vsign1.pem => 2edf7016.0
vsign3.pem => 7651b327.0
vsignss.pem => f73e89fd.0
wellsfgo.pem => 6adf0799.0
testing...
        if [ -n "libcrypto" ]; then \
                EXCL_OBJ='aes_core.o aes_cbc.o bn_asm.o des_enc.o
fcrypt_b.o   ../crypto/aes/aes_cfb.o  ../crypto/aes/aes_ecb.o
../crypto/aes/aes_ofb.o  ../crypto/bn/bn_add.o  ../crypto/bn/bn_blind.o
../crypto/bn/bn_ctx.o  ../crypto/bn/bn_div.o  ../crypto/bn/bn_exp2.o
../crypto/bn/bn_exp.o  ../crypto/bn/bn_gcd.o  ../crypto/bn/bn_lib.o
../crypto/bn/bn_mod.o  ../crypto/bn/bn_mont.o  ../crypto/bn/bn_mul.o
../crypto/bn/bn_prime.o  ../crypto/bn/bn_rand.o  ../crypto/bn/bn_recp.o
../crypto/bn/bn_shift.o  ../crypto/bn/bn_sqr.o  ../crypto/bn/bn_word.o
../crypto/bn/bn_x931p.o  ../crypto/buffer/buf_str.o
../crypto/cryptlib.o  ../crypto/des/cfb64ede.o  ../crypto/des/cfb64enc.o
../crypto/des/cfb_enc.o  ../crypto/des/ecb3_enc.o
../crypto/des/ecb_enc.o  ../crypto/des/ofb64ede.o
../crypto/des/ofb64enc.o  ../crypto/des/fcrypt.o
../crypto/des/set_key.o  ../crypto/dsa/dsa_utl.o
../crypto/dsa/dsa_sign.o  ../crypto/dsa/dsa_vrf.o ../crypto/err/err.o
../crypto/evp/digest.o  ../crypto/evp/enc_min.o  ../crypto/evp/e_aes.o
../crypto/evp/e_des3.o  ../crypto/evp/p_sign.o  ../crypto/evp/p_verify.o
../crypto/mem_clr.o  ../crypto/mem.o  ../crypto/rand/md_rand.o
../crypto/rand/rand_egd.o  ../crypto/rand/randfile.o
../crypto/rand/rand_lib.o ../crypto/rand/rand_os2.o
../crypto/rand/rand_unix.o  ../crypto/rand/rand_win.o
../crypto/rsa/rsa_lib.o  ../crypto/rsa/rsa_none.o
../crypto/rsa/rsa_oaep.o  ../crypto/rsa/rsa_pk1.o
../crypto/rsa/rsa_pss.o  ../crypto/rsa/rsa_ssl.o
../crypto/rsa/rsa_x931.o  ../crypto/sha/sha1dgst.o
../crypto/sha/sha256.o  ../crypto/sha/sha512.o  ../crypto/uid.o' ;
export EXCL_OBJ ; \
                ARX='/usr/bin/perl5 ${TOP}/util/arx.pl ar  r' ; \
        else \
                ARX='ar  r' ; \
        fi ; export ARX ; \
                dir=crypto; target=all; if echo " apps " | grep " $dir "
>/dev/null 2>/dev/null; then \
                if [ -d "$dir" ]; then \
            (   cd $dir && echo "making $target in $dir..." && \
                TOP= && unset TOP ${LIB+LIB} ${LIBS+LIBS}
${INCLUDE+INCLUDE} ${INCLUDES+INCLUDES}         ${DIR+DIR} ${DIRS+DIRS}
${SRC+SRC}      ${LIBSRC+LIBSRC} ${LIBOBJ+LIBOBJ} ${ALL+ALL}
${EXHEADER+EXHEADER} ${HEADER+HEADER}           ${GENERAL+GENERAL}
${CFLAGS+CFLAGS}             ${ASFLAGS+ASFLAGS} ${AFLAGS+AFLAGS}
${LDCMD+LDCMD} ${LDFLAGS+LDFLAGS}               ${SHAREDCMD+SHAREDCMD}
${SHAREDFLAGS+SHAREDFLAGS}       ${SHARED_LIB+SHARED_LIB}
${LIBEXTRAS+LIBEXTRAS} && make -e PLATFORM='irix64-mips4-cc'
PROCESSOR=''  CC='cc' CFLAG='-DOPENSSL_THREADS -D_SGI_MP_SOURCE
-DDSO_DLFCN -DHAVE_DLFCN_H -64 -mips4 -O2 -use_readonly_const -G0
-rdata_shared -DTERMIOS  -DBN_DIV3W'                    AS='cc'
ASFLAG='-DOPENSSL_THREADS -D_SGI_MP_SOURCE -DDSO_DLFCN -DHAVE_DLFCN_H
-64 -mips4 -O2 -use_readonly_const -G0 -rdata_shared -DTERMIOS
-DBN_DIV3W -c'                    AR='ar  r' PERL='/usr/bin/perl5'
RANLIB='true'  SDIRS='objects  md2 md4 md5 sha hmac ripemd  des aes rc2
rc4 idea bf cast  bn ec rsa dsa ecdsa dh ecdh dso engine  buffer bio
stack lhash rand err  evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12
comp ocsp ui krb5  store pqueue' LIBRPATH='/usr/local/ssl/fips-1.0/lib'
INSTALL_PREFIX=''          INSTALLTOP='/usr/local/ssl/fips-1.0'
OPENSSLDIR='/usr/local/ssl/fips-1.0'       MAKEDEPEND='$${TOP}/util/domd
$${TOP} -MD makedepend'  DEPFLAG='-DOPENSSL_NO_DEPRECATED
-DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_CAMELLIA -DOPENSSL_NO_GMP
-DOPENSSL_NO_MDC2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779
-DOPENSSL_NO_SEED '      MAKEDEPPROG='makedepend'
SHARED_LDFLAGS='-64'            KRB5_INCLUDES='' LIBKRB5=''
EXE_EXT='' SHARED_LIBS='libcrypto.so.0.9.8 libssl.so.0.9.8'
SHLIB_EXT='.so.0.9.8' SHLIB_TARGET='irix-shared'        PEX_LIBS=''
EX_LIBS=''  CPUID_OBJ=''                    BN_ASM='bn_asm.o'
DES_ENC='des_enc.o fcrypt_b.o'        AES_ASM_OBJ='aes_core.o aes_cbc.o'
BF_ENC='bf_enc.o' CAST_ENC='c_enc.o'    RC4_ENC='rc4_enc.o'
RC5_ENC='rc5_enc.o'         SHA1_ASM_OBJ=''
MD5_ASM_OBJ=''                  RMD160_ASM_OBJ=''
FIPSLIBDIR='' FIPSCANLIB='libcrypto'  FIPSCANISTERINTERNAL='y'
FIPS_EX_OBJ='../crypto/aes/aes_cfb.o  ../crypto/aes/aes_ecb.o
../crypto/aes/aes_ofb.o  ../crypto/bn/bn_add.o  ../crypto/bn/bn_blind.o
../crypto/bn/bn_ctx.o  ../crypto/bn/bn_div.o  ../crypto/bn/bn_exp2.o
../crypto/bn/bn_exp.o  ../crypto/bn/bn_gcd.o  ../crypto/bn/bn_lib.o
../crypto/bn/bn_mod.o  ../crypto/bn/bn_mont.o  ../crypto/bn/bn_mul.o
../crypto/bn/bn_prime.o  ../crypto/bn/bn_rand.o  ../crypto/bn/bn_recp.o
../crypto/bn/bn_shift.o  ../crypto/bn/bn_sqr.o  ../crypto/bn/bn_word.o
../crypto/bn/bn_x931p.o  ../crypto/buffer/buf_str.o
../crypto/cryptlib.o  ../crypto/des/cfb64ede.o  ../crypto/des/cfb64enc.o
../crypto/des/cfb_enc.o  ../crypto/des/ecb3_enc.o
../crypto/des/ecb_enc.o  ../crypto/des/ofb64ede.o
../crypto/des/ofb64enc.o  ../crypto/des/fcrypt.o
../crypto/des/set_key.o  ../crypto/dsa/dsa_utl.o
../crypto/dsa/dsa_sign.o  ../crypto/dsa/dsa_vrf.o  ../crypto/err/err.o
../crypto/evp/digest.o  ../crypto/evp/enc_min.o  ../crypto/evp/e_aes.o
../crypto/evp/e_des3.o  ../crypto/evp/p_sign.o  ../crypto/evp/p_verify.o
../crypto/mem_clr.o  ../crypto/mem.o  ../crypto/rand/md_rand.o
../crypto/rand/rand_egd.o  ../crypto/rand/randfile.o
../crypto/rand/rand_lib.o  ../crypto/rand/rand_os2.o
../crypto/rand/rand_unix.o  ../crypto/rand/rand_win.o
../crypto/rsa/rsa_lib.o  ../crypto/rsa/rsa_none.o
../crypto/rsa/rsa_oaep.o  ../crypto/rsa/rsa_pk1.o
../crypto/rsa/rsa_pss.o  ../crypto/rsa/rsa_ssl.o
../crypto/rsa/rsa_x931.o  ../crypto/sha/sha1dgst.o
../crypto/sha/sha256.o  ../crypto/sha/sha512.o  ../crypto/uid.o'
THIS=${THIS:-build_crypto} MAKEFILE=Makefile MAKEOVERRIDES= TOP=..
DIR=$dir $target \
            ) || exit 1; \
            fi; \
        fi
making all in apps...
        ../util/shlib_wrap.sh ./destest
Doing cbcm
Doing ecb
Doing ede ecb
Doing cbc
Doing desx cbc
Doing ede cbc
Doing pcbc
Doing cfb8 cfb16 cfb32 cfb48 cfb64 cfb64() ede_cfb64() done
Doing ofb
Doing ofb64
Doing ede_ofb64
Doing cbc_cksum
Doing quad_cksum
input word alignment test 0 1 2 3
output word alignment test 0 1 2 3
fast crypt test
        ../util/shlib_wrap.sh ./ideatest
ecb idea ok
cbc idea ok
cfb64 idea ok
        ../util/shlib_wrap.sh ./shatest
test 1 ok
...
Cipher disabled, skipping SEED-ECB
test SSL protocol
test ssl3 is forbidden in FIPS mode
216459739:error:2D06906F:FIPS
routines:FIPS_CHECK_INCORE_FINGERPRINT:fingerprint does not match nonpic
relocated:fips.c:236:
test ssl2 is forbidden in FIPS mode
215938064:error:2D06906F:FIPS
routines:FIPS_CHECK_INCORE_FINGERPRINT:fingerprint does not match nonpic
relocated:fips.c:236:
test tls1
216524074:error:2D06906F:FIPS
routines:FIPS_CHECK_INCORE_FINGERPRINT:fingerprint does not match nonpic
relocated:fips.c:236:
*** Error code 1 (bu21)
*** Error code 1 (bu21)

ENVIRONMENT:
cc      : '/usr/bin/cc' MIPSpro Compilers: Version 7.4.4m
ld      : '/usr/bin/ld' Version 7.44
Perl    : '/usr/local/bin/perl' version 5.004_05 built for irix-n32
OpenSSL : '<path>/openssl_64/bin/openssl' OpenSSL 0.9.8o 01 Jun 2010
(build from source)

Any suggestions?

- Scott


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

Reply via email to