<div dir="ltr"><div>I built the <span style="font-size:13px">FIPS capable OpenSSL in the standard way (i.e. </span><span style="font-size:13px">./config fips; </span><span style="font-size:13px">make; make install) and it worked.</span><br></div><div><span style="font-size:13px"><br></span></div><div>After some tracing on the source code of fips.c I found that the mismatch error was due to the fact that the content of the two variables "sig" and "FIPS_SIGNATURE" are different when the OpenSSL lib was built using the Ubuntu build script. When building the lib using the standard way, the content of "sig" and "FIPS_SIGNATURE" are the same.</div><div><br></div><div>Does anyone know what could cause the content of "sig" and "FIPS_SIGNATURE"  to be different (and hence causes the "fingerprint does not match" error)?</div><div><br></div><div>Thanks and any suggestions are truly appreciated.</div><div><br></div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 23, 2016 at 5:01 PM, Dr. Stephen Henson <span dir="ltr"><<a href="mailto:steve@openssl.org" target="_blank">steve@openssl.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Feb 23, 2016, cloud force wrote:<br>
<br>
> Hi All:<br>
><br>
> I built the FIPS modules on Ubuntu platform and was trying to build the<br>
> FIPS capable OpenSSL library.<br>
><br>
> The build went fine but when I ran the following test, the fingerprint<br>
> error showed up:<br>
><br>
</span>> *OPENSSL_FIPS=1 openssl md5*<br>
><br>
<br>
I suggest you first try building the FIPS capable OpenSSL in the standard way<br>
i.e.<br>
<br>
./config fips<br>
make<br>
<br>
and see if you get the same problem.<br>
<br>
Steve.<br>
--<br>
Dr Stephen N. Henson. OpenSSL project core developer.<br>
Commercial tech support now available see: <a href="http://www.openssl.org" rel="noreferrer" target="_blank">http://www.openssl.org</a><br>
<span class="HOEnZb"><font color="#888888">--<br>
openssl-users mailing list<br>
To unsubscribe: <a href="https://mta.openssl.org/mailman/listinfo/openssl-users" rel="noreferrer" target="_blank">https://mta.openssl.org/mailman/listinfo/openssl-users</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Thanks,<div>Rich</div><div><br></div></div></div>
</div></div>