On Tue, Jul 11, 2006, Shicai Hu wrote:

> Hi:
>    
>   I built FIPS version openssl-0.9.7j in windows XP. But when I run openssl 
> to create such as dhparam,  the program just print out a string of hex number:
>   984fc71618ac55c9d1bec72c007aa828b982dd9d
>    
>   Do you have similar problem before? Thanks for any suggestions.
>    
>    

This means the OpenSSL crypto DLL (libeay32.dll) hasn't been linked correctly:
probably a standard link instead of the correct FIPS link. If you are using
static libraries it also means the link wasn't correct but for the
application.

Try deleting it and recompiling. Don't try any alternative build procedure
(e.g. Visual Studio projects) because those may not implement the FIPS line
correctly.

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
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                           [EMAIL PROTECTED]

Reply via email to