<div dir="ltr">Hi Jakob,<div><br></div><div>Could you please elaborate it? I am not getting it.</div><div>I might missing something but I did not get it.</div><div><br></div><div>Many Thanks Jakob for replying.</div><div><br></div><div>-Sahil</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 24, 2016 at 11:57 AM, Jakob Bohm <span dir="ltr"><<a href="mailto:jb-openssl@wisemo.com" target="_blank">jb-openssl@wisemo.com</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 24/06/2016 07:59, Sahil Gandhi wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi All,<br>
<br>
I have built Openssl-fips-2.0.10.tar on* RHEL Linux* (/_*Same happens with Solaris 10*_/). Then I built Openssl-1.0.1p using respective fips object module (i.e. Openssl-fips-2.0.10.tar).<span class=""><br>
<br>
Once I have built Openssl-1.0.1p, libcrypto.a and libssl.a has been created.<br>
I need to join these 2 libraries and make it one.<br>
<br>
I am doing it using "ar" command as follows:<br>
<br>
ar -x libssl.a<br>
ar -x libcrypto.a<br>
<br>
Then combine all .o files to make third library:<br>
ar -r libnew.a *.o<br>
<br></span>
But when i use this libnew.a in my sample(contain FIPS_mode_set(1)), it compiles successfully but when execute the executable it throws error* finger print does not match:fips.c:232*<span class=""><br>
<br>
 Plz help.<br>
 I need to combine both libaries and make it one.<br>
<br>
Any help/suggestion?<br>
<br>
</span></blockquote>
<br>
You forgot the special link step for FIPS enabled applications,<br>
perhaps also some of the other required steps from the FIPS<br>
module users guide.<br>
<br>
<br>
<br>
Enjoy<br>
<br>
Jakob<span class="HOEnZb"><font color="#888888"><br>
-- <br>
Jakob Bohm, CIO, Partner, WiseMo A/S.  <a href="https://www.wisemo.com" rel="noreferrer" target="_blank">https://www.wisemo.com</a><br>
Transformervej 29, 2860 Søborg, Denmark.  Direct +45 31 13 16 10<br>
This public discussion message is non-binding and may contain errors.<br>
WiseMo - Remote Service Management for PCs, Phones and Embedded<br>
<br>
-- <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" data-smartmail="gmail_signature"><span style="color:rgb(102,102,102)">Sahil Gandhi</span><br><input type="hidden"><input type="hidden"><div></div></div>
</div></div>