Re: Question about FIPS Enabled OPENSSL in WINCE platform

2013-05-29 Thread Abhijit Ray Chaudhury
Hi Steve, Thanks a lot for you clarification. The user guide states : = The Microsoft Windows mobile operating systems are among the most challenging platform for the FIPS Object Module, due to the wide variation among individual system configurations.

Re: Question about FIPS Enabled OPENSSL in WINCE platform

2013-05-29 Thread Steve Marquess
On 05/29/2013 05:40 AM, Abhijit Ray Chaudhury wrote: Hi Steve, Thanks a lot for you clarification. The user guide states : ... Now my question is since I have followed following clause: - ...There

Re: Question about FIPS Enabled OPENSSL in WINCE platform

2013-05-29 Thread Abhijit Ray Chaudhury
Steve, Apologies if I got you confused. I am writing below what I did : === 1. downloaded openssl-fips-2.0.3. 2. exported variables as dictated by user guide and suited for my build enviroment. exported FIPS_SIG=perl mymsincore.pl (I have written mymsincore.pl which

Re: Question about FIPS Enabled OPENSSL in WINCE platform

2013-05-29 Thread Steve Marquess
On 05/29/2013 11:34 AM, Abhijit Ray Chaudhury wrote: Steve, Apologies if I got you confused. I am writing below what I did : === 1. downloaded openssl-fips-2.0.3. 2. exported variables as dictated by user guide and suited for my build enviroment. exported

Question about FIPS Enabled OPENSSL in WINCE platform

2013-05-28 Thread Abhijit Ray Chaudhury
Hi, We have an application running in WINCE Kernel address space as a DLL. We require to have it compiled against FIPS enabled openSSL. For that we followed following steps: = 1. compiled openssl-fips2.0.3 and built fipscanister.lib. 2. took openssl-1.0.1c and

Re: Question about FIPS Enabled OPENSSL in WINCE platform

2013-05-28 Thread Steve Marquess
On 05/28/2013 09:28 AM, Abhijit Ray Chaudhury wrote: Hi, We have an application running in WINCE Kernel address space as a DLL. We require to have it compiled against FIPS enabled openSSL. ... To get around the problem we have added following line in msincore script, all the build