Re: FIPS Openssl for Mac OSX 32 bit

2014-02-28 Thread Raghav Varadan
Thank you so much for the clarification. For building my windows application, I used the fipslink.pl during the link phase to embed the checksum. But later I figured that the utility msincore can also read through the coff executable to embed the checksum. I obviously wanted to confirm that using

Re: FIPS Openssl for Mac OSX 32 bit

2014-02-28 Thread Dr. Stephen Henson
On Thu, Feb 27, 2014, Raghav Varadan wrote: > Hi All, > > I'm trying to build an application that used fips capable openssl which I > built for Mac osx 32 bit. Now I would like to embed the checksum into the > application binary. I checked the fips user guide and I don't see any > specific for OS

FIPS Openssl for Mac OSX 32 bit

2014-02-27 Thread Raghav Varadan
Hi All, I'm trying to build an application that used fips capable openssl which I built for Mac osx 32 bit. Now I would like to embed the checksum into the application binary. I checked the fips user guide and I don't see any specific for OSX. I know for windows there are two ways to embed the che