On Thu, Jun 25, 2009, Peter Lin wrote: > Hi all, > > problem 1: > > I compiled the binary openssl from FIPS Object Module v1.2. However, I got > "illegal instruction" when I try to use "openssl req" command, regardless > FIPS_MODE set to 1 or 0. > My program got the same error if linking to the FIPS static library. The > bombing place is while executing PEM_read_bio_X509(). >
Don't use the version of OpenSSL that came with the 1.2 module, link the module against OpenSSL 0.9.8k. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org