RE: Server crash while starting service

2009-12-22 Thread Uma G. Nayak
space and cause access violation, crashing the application. Regards, Uma -Original Message----- From: Uma G. Nayak Sent: Saturday, April 25, 2009 9:17 AM To: 'openssl-users@openssl.org' Subject: RE: Server crash while starting service Hi, Finally the server is starting on this machin

RE: Server crash while starting service

2009-04-24 Thread Uma G. Nayak
tion about using WinDbg, I would recommend the documentation to be found at http://msdn.microsoft.com/en-us/library/cc267480.aspx . -Kyle H On Thu, Apr 9, 2009 at 5:29 AM, Uma G. Nayak wrote: > Malware scan came out clean. > > Debugger tool showed the following error: > > ==

RE: Server crash while starting service

2009-04-09 Thread Uma G. Nayak
ugging Tools for Windows. These will provide you a LOT more information, including the nature of the fault. However, I would also suggest running a malware scan on that machine. -Kyle H On Tue, Mar 31, 2009 at 12:24 AM, Uma G. Nayak wrote: > It's a Pentium D(x86 Family 15 Mode

RE: Server crash while starting service

2009-03-31 Thread Uma G. Nayak
while starting service You can remove the SSE2 codepath from OpenSSL-FIPS even for systems which support SSE2. What is the specific error you're getting with your second system, if any? -Kyle H On Mon, Mar 30, 2009 at 2:35 AM, Uma G. Nayak wrote: > Kyle, I am not sure what you are re

RE: Server crash while starting service

2009-03-31 Thread Uma G. Nayak
users@openssl.org Subject: Re: Server crash while starting service Have you made sure that the version of the application binary that you're using on the second system is the same as the one that you just built to not require SSE2? -Kyle H On Mon, Mar 30, 2009 at 12:09 AM, Uma G. Nayak wrote: >

RE: Server crash while starting service

2009-03-30 Thread Uma G. Nayak
same as the one that you just built to not require SSE2? -Kyle H On Mon, Mar 30, 2009 at 12:09 AM, Uma G. Nayak wrote: > Thanks a lot, to you guys out there. This solved the problem on one of the > machines, which used to say, UNSUPPORTED PLATFORM. Now even my AMD processor > is able

RE: Server crash while starting service

2009-03-30 Thread Uma G. Nayak
Subject: Re: Server crash while starting service On Thu, Mar 26, 2009, Uma G. Nayak wrote: > That was very clear and great help Kyle!! Even though I had spent time on > Security Policy earlier, the build procedure was not clear, atleast for me, > until now. > > If you wouldn't mi

RE: Server crash while starting service

2009-03-26 Thread Uma G. Nayak
t 10:56 PM, Kyle Hamilton wrote: > If you're on Windows, you MUST use either "ms\do_fips" or "ms\do_fips no-asm". > > -Kyle H > > On Wed, Mar 25, 2009 at 8:40 PM, Uma G. Nayak wrote: >> Hi, >> >> 1) Where should the no-asm option be given?

RE: Server crash while starting service

2009-03-25 Thread Uma G. Nayak
[mailto:owner-openssl-us...@openssl.org] On Behalf Of Dr. Stephen Henson Sent: Wednesday, March 25, 2009 11:56 PM To: openssl-users@openssl.org Subject: Re: Server crash while starting service On Thu, Mar 26, 2009, Uma G. Nayak wrote: > Still no luck :(. Is it that FIPS mode doesnt work on AMD process

RE: Server crash while starting service

2009-03-25 Thread Uma G. Nayak
e starting service On Wed March 25 2009, Uma G. Nayak wrote: > Hi, > > Ok. I ran the fips_test_suite.exe and checked for the system information. I > have 2 situations. > You have had a reply for your #1 case - you should be able to make progress on that one. Your #2 case - you are

RE: Server crash while starting service

2009-03-25 Thread Uma G. Nayak
penssl.org] On Behalf Of Dr. Stephen Henson Sent: Wednesday, March 25, 2009 6:37 PM To: openssl-users@openssl.org Subject: Re: Server crash while starting service On Wed, Mar 25, 2009, Uma G. Nayak wrote: > Hi, > > Ok. I ran the fips_test_suite.exe and checked for the system information

RE: Server crash while starting service

2009-03-25 Thread Uma G. Nayak
crash while starting service On Wed, Mar 25, 2009, Uma G. Nayak wrote: > Hi, > > Ok. I ran the fips_test_suite.exe and checked for the system information. I > have 2 situations. > > 1. One of the system does not support FIPS mode operation. It's an AMD Athlon > XP w

RE: Server crash while starting service

2009-03-25 Thread Uma G. Nayak
l.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Michael S. Zick Sent: Tuesday, March 24, 2009 7:27 PM To: openssl-users@openssl.org Subject: Re: Server crash while starting service On Mon March 23 2009, Uma G. Nayak wrote: > Hi, > > fips_test_suite executable runs just fine on these

RE: Server crash while starting service

2009-03-23 Thread Uma G. Nayak
Behalf Of Dr. Stephen Henson Sent: Tuesday, March 17, 2009 8:58 PM To: openssl-users@openssl.org Subject: Re: Server crash while starting service On Tue, Mar 17, 2009, Uma G. Nayak wrote: > Hi All, > > We have upgraded Openssl in our application to Openssl-fips-1.2 along with > Openss

RE: Server crash while starting service

2009-03-17 Thread Uma G. Nayak
Yes, it is the same executable on all the machines. I missed out some information in this mail, which I included in the next one. Here are some more details: The server works fine on one machine, in the debug environment. However it fails on the other with the following error: FIPS_R_UNSUPPORT

RE: Server crash while starting service

2009-03-17 Thread Uma G. Nayak
: Server crash while starting service On Tue, Mar 17, 2009, Uma G. Nayak wrote: > Hi All, > > We have upgraded Openssl in our application to Openssl-fips-1.2 along with > Openssl-0.9.8j, so that we can run the server (Apache webserver) in FIPS > mode. After the changes, the server wor

Server crash while starting service

2009-03-17 Thread Uma G. Nayak
Hi All, We have upgraded Openssl in our application to Openssl-fips-1.2 along with Openssl-0.9.8j, so that we can run the server (Apache webserver) in FIPS mode. After the changes, the server works fine in FIPS mode, on most of the systems, except for these two machines, where the server refuse

Enabling fips mode for Apache 2.2.3 (using Openssl-0.9.8 with Openssl-fips-1.2) - Windows platform

2009-02-05 Thread Uma G. Nayak
Hi All, Ours is a client server application, with Server: Apache/2.2.3, Interface: mod_ssl/2.2.3, Library: OpenSSL/0.9.8. The Server has been modified to suit our needs using C++. Its entry point is Init_Instance(). Apache has its own entry point main(). The client is a MFC application. Now I

Where exactly to call Fips_mode_set(1)

2009-02-05 Thread Uma G. Nayak
Hi Users, I use Apache Webserver and mod_ssl as the server application. I want to upgrade this server to use FIPS validated module, hence I am using Openssl-fips-1.2 in conjunction with Openssl-0.9.8j. I would like to know, where we have to make this fips_mode_set() API call. Should the fips-mo

ssl_connect() failing when upgraded to newer version of Openssl

2009-01-15 Thread Uma G. Nayak
Openssl is it sufficient to replace the dlls & lib files or is there anything which you think I have missed? Any help will be gratefully acknowledged. Thanks & Regards, Uma G. Nayak http://www.mindtree.com/email/disclaimer.html