Re: linking FIPS 1.2

2010-03-11 Thread Dr. Stephen Henson
On Thu, Mar 11, 2010, Adam Grossman wrote: > hello, > > i just built fips 1.2, and then built a FIPs capable OpenSSL 0.9.8l as a > shared lib. I then took my application, added in FIPS_mode_set(1), and > it passed. But then i realized i did not switch over in my make file to > use "CC=fipsld"

linking FIPS 1.2

2010-03-11 Thread Adam Grossman
hello, i just built fips 1.2, and then built a FIPs capable OpenSSL 0.9.8l as a shared lib. I then took my application, added in FIPS_mode_set(1), and it passed. But then i realized i did not switch over in my make file to use "CC=fipsld" It still used "CC=gcc -fPIC". Is the reason why it work