Re: [openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-07-01 Thread Sahil Gandhi
Hi All, I am now able to solve this problem, myself. We need to do changes in fipsld script. Change 'crypto' or 'libcrypto' to whatever name (u want to specify for the lib) in fipsld utility script and that's it. Thanks, -Sahil Gandhi On Thu, Jun 30, 2016 at 9:28 AM, Sahil Gandhi

Re: [openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-06-29 Thread Sahil Gandhi
Hi Steve, Thanks for the reply. Regards, Sahil On Wed, Jun 29, 2016 at 6:25 PM, Steve Marquess wrote: > On 06/29/2016 07:09 AM, Sahil Gandhi wrote: > > Hi Ken, > > > > Sorry for the late reply. I really appreciate your suggestion but I some > > how need to have static

Re: [openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-06-29 Thread Steve Marquess
On 06/29/2016 07:09 AM, Sahil Gandhi wrote: > Hi Ken, > > Sorry for the late reply. I really appreciate your suggestion but I some > how need to have static library not the dynamic one. You can statically link an application with the FIPS module, using the special "fipsld" link process, but you

Re: [openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-06-29 Thread Sahil Gandhi
Hi Ken, Sorry for the late reply. I really appreciate your suggestion but I some how need to have static library not the dynamic one. Thanks & Regards, -Sahil On Mon, Jun 27, 2016 at 2:43 PM, Ken Chow wrote: > I think you should refer the way of building Android

Re: [openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-06-27 Thread Ken Chow
I think you should refer the way of building Android application https://wiki.openssl.org/index.php/Android . Trying to warp libcryto.so to your dynamic library by the specified FIPS compiler, once you successfully generated your dynamic library, then no need to specify FIPS compiler for

Re: [openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-06-27 Thread Sahil Gandhi
Hi Steve, Could you please elaborate in detail? Many Thanks, Sahil On Mon, Jun 27, 2016 at 12:49 PM, Sahil Gandhi wrote: > Hi Jakob, > > Thanks a lot for your time and detailed explanation. > > Regards, > Sahil > > On Fri, Jun 24, 2016 at 7:13 PM, Jakob Bohm

Re: [openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-06-27 Thread Sahil Gandhi
Hi Jakob, Thanks a lot for your time and detailed explanation. Regards, Sahil On Fri, Jun 24, 2016 at 7:13 PM, Jakob Bohm wrote: > On 24/06/2016 15:24, Sahil Gandhi wrote: > >> Hi Steve, >> >> Could you please help me out? >> I tried to re-read that part of user-guide

Re: [openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-06-24 Thread Jakob Bohm
On 24/06/2016 15:24, Sahil Gandhi wrote: Hi Steve, Could you please help me out? I tried to re-read that part of user-guide but no success. I know how to generate fingerprint but once i create new static library out of libcrypto.a and libssl.a. And I do generate the finger print of that new

Re: [openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-06-24 Thread Sahil Gandhi
Hi Steve, Could you please help me out? I tried to re-read that part of user-guide but no success. I know how to generate fingerprint but once i create new static library out of libcrypto.a and libssl.a. And I do generate the finger print of that new library but don't know how to proceed further

Re: [openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-06-24 Thread Steve Marquess
On 06/24/2016 03:10 AM, Sahil Gandhi wrote: > Hi Jakob, > > Could you please elaborate it? I am not getting it. > I might missing something but I did not get it. > > Many Thanks Jakob for replying. > > -Sahil > > On Fri, Jun 24, 2016 at 11:57 AM, Jakob Bohm

Re: [openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-06-24 Thread Sahil Gandhi
Hi Jakob, Could you please elaborate it? I am not getting it. I might missing something but I did not get it. Many Thanks Jakob for replying. -Sahil On Fri, Jun 24, 2016 at 11:57 AM, Jakob Bohm wrote: > On 24/06/2016 07:59, Sahil Gandhi wrote: > >> Hi All, >> >> I have

Re: [openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-06-24 Thread Jakob Bohm
On 24/06/2016 07:59, Sahil Gandhi wrote: Hi All, 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). Once I have built Openssl-1.0.1p, libcrypto.a and

[openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-06-24 Thread Sahil Gandhi
Hi All, 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). Once I have built Openssl-1.0.1p, libcrypto.a and libssl.a has been created. I need to join these 2