Re: Question about FIPS Enabled OPENSSL in WINCE platform

2013-05-29 Thread Abhijit Ray Chaudhury
On Tue, May 28, 2013 at 8:28 PM, Steve Marquess marqu...@opensslfoundation.com wrote: 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

Re: Question about FIPS Enabled OPENSSL in WINCE platform

2013-05-29 Thread Abhijit Ray Chaudhury
let me know if I have created FIPS 140-2 validated binary. Thanks in advance , -Abhijit On Wed, May 29, 2013 at 5:37 PM, Steve Marquess marqu...@opensslfoundation.com wrote: On 05/29/2013 05:40 AM, Abhijit Ray Chaudhury wrote: Hi Steve, Thanks a lot for you clarification. The user guide

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

Anybody successful enabling FIPS mode in wince kernel mode DLL ?

2013-05-28 Thread Abhijit Ray Chaudhury
HI , Anybody successfully enabled FIPS mode in wince as kernel mode dll ? I Have faced following problem when giving baseaddress 0xC000 to link.exe : = link.exe won't accept baseaddr 2GB, even with /LARGEADDRESSAWARE flag. link.exe accepts baseaddr

Re: FIPS enabled OpenSSL fails to load libeay32.dll in Windows CE 6

2013-05-23 Thread Abhijit Ray Chaudhury
:45 +0530 Abhijit Ray Chaudhury abhijit.ray.chaudh...@gmail.com wrote: Hi, I have compiled openssl-fips and openssl in Windows CE 6. But when I run fips_premain_dso.exe libeay32.dll in target environment I get following error: = 217450134:error:2507606A:DSO support

FIPS enabled OpenSSL fails to load libeay32.dll in Windows CE 6

2013-05-21 Thread Abhijit Ray Chaudhury
Hi, I have compiled openssl-fips and openssl in Windows CE 6. But when I run fips_premain_dso.exe libeay32.dll in target environment I get following error: = 217450134:error:2507606A:DSO support routines:WIN32_BIND_FUNC:could not bind to the requested symbol

openssl FIPS build for ce6 arm platform

2013-05-17 Thread Abhijit Ray Chaudhury
Hi, Is there anybody tried FIPS enabled openssl build on wince6 platform. I was able to build fipscanister.lib , now I want to build one dll from it. Anybody has successfully tried it ? Thanking You in advance, -Abhijit __

Openssl build for ce6 on ARM

2013-05-17 Thread Abhijit Ray Chaudhury
Hi, Is there anybody tried Openssl build on wince ce6 ? I am trying to compile openssl-1.0.1-c on ce6 after applying the patch mentioned in http://www.mail-archive.com/openssl-dev@openssl.org/msg26888.html, but my link fails for md4test.exe with unresolved reference for ___iob_func . I am not

Re: Question about FIPS enabled OPENSSL build on armv4 platform

2013-03-28 Thread Abhijit Ray Chaudhury
kindly clarify, it will be great. Thanks in Advance, -Abhijit On Thu, Mar 28, 2013 at 6:14 PM, Steve Marquess marqu...@opensslfoundation.com wrote: On 03/27/2013 11:51 PM, Abhijit Ray Chaudhury wrote: Hi, I am probably re-posting same question after I made some headway in compiling, linking

Question about FIPS enabled OPENSSL build on armv4 platform

2013-03-27 Thread Abhijit Ray Chaudhury
Hi, I am probably re-posting same question after I made some headway in compiling, linking and running FIPS enabled openssl module in our platform. Following are the steps I followed: 1. Downloaded http://www.openssl.org/source/openssl-fips-2.0.2.tar.gz : 2. I have used following script to

Re: FPSCANISTER build cross compilation problem

2013-03-13 Thread Abhijit Ray Chaudhury
in this regard. Thanking you, -Abhijit On Fri, Mar 8, 2013 at 9:00 PM, Abhijit Ray Chaudhury abhijit.ray.chaudh...@gmail.com wrote: Thank you all, for your kind responses and your time . I will try the http://opensslfoundation.com/testing/validation-2.0/platforms/ios/setenv-ios.sh approach

FPSCANISTER build cross compilation problem

2013-03-08 Thread Abhijit Ray Chaudhury
Hello, I am trying to cross compile FIPS compliant openssl module (openssl-fips-ecp-2.0.2.tar.gz) for linux armv4 pratform : I have used following script to setup the environment: === export MACHINE=armv4t export RELEASE=2.6.23 export SYSTEM=Linux

Re: FPSCANISTER build cross compilation problem

2013-03-08 Thread Abhijit Ray Chaudhury
application. How to get around this problem as well ? Thanks, -Abhijit On Fri, Mar 8, 2013 at 3:30 PM, Jakob Bohm jb-open...@wisemo.com wrote: On 3/8/2013 10:34 AM, Abhijit Ray Chaudhury wrote: Hello, I am trying to cross compile FIPS compliant openssl module (openssl-fips-ecp-2.0.2.tar.gz

Re: FPSCANISTER build cross compilation problem

2013-03-08 Thread Abhijit Ray Chaudhury
or include / lib directory for android armv7 platform, so I would still like to believe there could be some way of passing some flags. With Regards, -Abhijit On Fri, Mar 8, 2013 at 7:27 PM, Dr. Stephen Henson st...@openssl.org wrote: On Fri, Mar 08, 2013, Abhijit Ray Chaudhury wrote: Hello, I am