we have an issue

2011-08-10 Thread Johnson, Chris E (OGA)

I have encountered an error and need to know how to fix it. The error is 
belowif anyone can help me it would be greatly appreciated...
I typed in a term window in a linux machine the following command...
$ openssl s_client -connect  rsa6.fema.gov:7004

When the results are displayed there are two lines that show an error...
Here is the error
47661220128736:error:140943FC: SSL routines: SSL3_READ_BYTES: sslv3 alert bad 
record mac:s3_pkt.c:1193:SSL alert number 20
47661220128736:error:140790E5:SSL routines:SSL23_WRITE: ssl handshake failure: 
s23_lib.c:177:


After those lines...the certificate part of the command is displayed with the 
hashed cert.

What can I do to fix this problem?

Regards, Thanks for the help ahead of time.

Chris Johnson
SR. Software Engineer, MSE.
FEMA NCP RE
Office: (202)646-3531
Cell: (202)577-7441


inline: image001.gif

openssl-1.0.1-stable-SNAP-20110811 error

2011-08-10 Thread The Doctor
This happened when compiling

Script started on Wed Aug 10 22:38:49 2011
doctor.nl2k.ab.ca//usr/source/openssl-1.0.1-stable-SNAP-20110811$ make
making all in crypto...
ar  r ../libcrypto.a cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o cpt_err.o 
ebcdic.o  uid.o o_time.o o_str.o o_dir.o o_fips.o o_init.o fips_ers.o mem_clr.o
[ -z  ] || ar  r ../libcrypto.a fipscanister.o
/usr/bin/ranlib ../libcrypto.a || echo Never mind.
making all in crypto/objects...
making all in crypto/md2...
making all in crypto/md4...
making all in crypto/md5...
making all in crypto/sha...
making all in crypto/mdc2...
making all in crypto/hmac...
making all in crypto/ripemd...
making all in crypto/whrlpool...
making all in crypto/des...
making all in crypto/aes...
making all in crypto/rc2...
making all in crypto/rc4...
making all in crypto/rc5...
making all in crypto/idea...
making all in crypto/bf...
making all in crypto/cast...
making all in crypto/camellia...
making all in crypto/seed...
making all in crypto/modes...
making all in crypto/bn...
making all in crypto/ec...
making all in crypto/rsa...
making all in crypto/dsa...
making all in crypto/ecdsa...
making all in crypto/dh...
making all in crypto/ecdh...
making all in crypto/dso...
making all in crypto/engine...
making all in crypto/buffer...
making all in crypto/bio...
making all in crypto/stack...
making all in crypto/lhash...
making all in crypto/rand...
making all in crypto/err...
making all in crypto/evp...
making all in crypto/asn1...
making all in crypto/pem...
making all in crypto/x509...
making all in crypto/x509v3...
making all in crypto/conf...
making all in crypto/txt_db...
making all in crypto/pkcs7...
making all in crypto/pkcs12...
making all in crypto/comp...
making all in crypto/ocsp...
making all in crypto/ui...
making all in crypto/krb5...
making all in crypto/cms...
making all in crypto/pqueue...
making all in crypto/ts...
making all in crypto/jpake...
making all in crypto/srp...
making all in crypto/store...
making all in crypto/cmac...
if [ -n libcrypto.so.1.0.0 libssl.so.1.0.0 ]; then  (cd ..; make 
libcrypto.so.1.0.0);  fi
[ -z  ] || gcc -fPIC -DOPENSSL_PIC -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS 
-pthread -D_THREAD_SAFE -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DPERL5 
-DL_ENDIAN -DTERMIOS -fomit-frame-pointer -O2 -Wall -g 
-DOPENSSL_EXPERIMENTAL_JPAKE -DOPENSSL_EXPERIMENTAL_STORE 
-DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM 
-DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -Iinclude  
-DFINGERPRINT_PREMAIN_DSO_LOAD -o fips_premain_dso   fips_premain.c 
fipscanister.o  libcrypto.a -ldl -lm -lc
libcrypto.a(eng_rdrand.o): In function `get_random_bytes':
/usr/source/openssl-1.0.1-stable-SNAP-20110811/crypto/engine/eng_rdrand.c:74: 
undefined reference to `OPENSSL_ia32_rdrand'
/usr/source/openssl-1.0.1-stable-SNAP-20110811/crypto/engine/eng_rdrand.c:67: 
undefined reference to `OPENSSL_ia32_rdrand'
making all in ssl...
if [ -n libcrypto.so.1.0.0 libssl.so.1.0.0 ]; then  (cd ..; make 
libssl.so.1.0.0);  fi
[ -z  ] || gcc -fPIC -DOPENSSL_PIC -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS 
-pthread -D_THREAD_SAFE -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DPERL5 
-DL_ENDIAN -DTERMIOS -fomit-frame-pointer -O2 -Wall -g 
-DOPENSSL_EXPERIMENTAL_JPAKE -DOPENSSL_EXPERIMENTAL_STORE 
-DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM 
-DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -Iinclude  
-DFINGERPRINT_PREMAIN_DSO_LOAD -o fips_premain_dso   fips_premain.c 
fipscanister.o  libcrypto.a -ldl -lm -lc
making all in engines...
echo 

making all in engines/ccgost...
making all in apps...
rm -f openssl
shlib_target=; if [ -n libcrypto.so.1.0.0 libssl.so.1.0.0 ]; then  
shlib_target=bsd-gcc-shared;  elif [ -n  ]; then  FIPSLD_CC=gcc; 
CC=/usr/local/ssl/fips-2.0/bin/fipsld; export CC FIPSLD_CC;  fi;  
LIBRARIES=-L.. -lssl  -L.. -lcrypto ;  make -f ../Makefile.shared -e  
APPNAME=openssl OBJECTS=openssl.o verify.o asn1pars.o req.o dgst.o dh.o 
dhparam.o enc.o passwd.o gendh.o errstr.o  ca.o pkcs7.o crl2p7.o crl.o  rsa.o 
rsautl.o dsa.o dsaparam.o ec.o ecparam.o  x509.o genrsa.o gendsa.o genpkey.o 
s_server.o s_client.o speed.o  s_time.o apps.o s_cb.o s_socket.o app_rand.o 
version.o sess_id.o  ciphers.o nseq.o pkcs12.o pkcs8.o pkey.o pkeyparam.o 
pkeyutl.o  spkac.o smime.o cms.o rand.o engine.o ocsp.o prime.o ts.o srp.o  
LIBDEPS= $LIBRARIES -ldl -lm -lc  link_app.${shlib_target}
../libcrypto.so: undefined reference to `OPENSSL_ia32_rdrand'
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
doctor.nl2k.ab.ca//usr/source/openssl-1.0.1-stable-SNAP-20110811$ exit
exit

Script done on Wed Aug 10 22:39:06 2011
-- 
Member - Liberal International  This is doc...@nl2k.ab.ca Ici doc...@nl2k.ab.ca
God, Queen and country! Never Satan President Republic! Beware AntiChrist 
rising! 
http://twitter.com/rootnl2k http://www.facebook.com/dyadallee
IT is done!  http://groups.google.com/group/rec.arts.drwho/about