On Fri, Feb 17, 2012, gatewood_gr...@mcafee.com wrote:

> Tested with snapshots 20120216
> 
> After compiling openssl-fips-2.0 I get a working fips_test_suite.  I
> compile openssl-1.0.1 and then link a simple a simple application (we'll
> can fips_can_test, see below).
> 
> compiling like so:
> 
> CC=/usr/local/ssl32/bin/fipsld FIPSLD_CC="gcc -m32"
> /usr/local/ssl32/bin/fipsld fips_can_test.c \
>    -L /usr/lib -lcrypto -o fips_can_test32 -I/usr/include
> -I/usr/local/ssl32/include
> 

Hmm... works fine here. The only thing I can immediately think of is that the
PRNG seeding doesn't function correctly. Those specific tests require the PRNG
(DRBG in this case) to produce random data for the operation.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to