On Sun, Mar 27, 2011, Yolanda Liu (liuyu) wrote: > Hi: > > Our application crashed during startup when tried to connect to the > remote server via libCurl which calls SSL_connect with the following > error: > > fips.c(146): OpenSSL internal error, assertion failed: FATAL FIPS > SELFTEST FAILURE > Program received signal SIGABRT, Aborted. > > Wondering what could be the root cause of this error? Is there any way > to get more information? What would be the solution to solve the > problem? >
Looks like you're entering FIPS mode and not printing out the selftest failue reason. Most likely cause if the application is statically linked against libcrypto.a is that you aren't using fipsld to link it. 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