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-09-13 Thread vikkulka
hi all, http://www.nabble.com/file/p25398304/OpenSSL_FIPS_1.2__03.8j.xls OpenSSL_FIPS_1.2__03.8j.xls I am facing a issue while running a process on win x64 AMD platform using fips 1.2 and 0.9.8j the process is continuously crashing down. on further investigation i found out that the fi

RE: Server crash while starting service

2009-04-24 Thread Uma G. Nayak
, April 10, 2009 10:47 AM To: openssl-users@openssl.org Subject: Re: Server crash while starting service As near as I can tell, you're passing a pointer to CRYPTO_set_ex_data, probably indirectly, that cannot actually be either read from or written to. (However, this is an old area of the code

Re: Server crash while starting service

2009-04-09 Thread Kyle Hamilton
> > Not able to find out what caused it to crash here. Is it some sort of a > locking issue or memory access violation? > > > Regards, > Uma > > -----Original Message- > From: owner-openssl-us...@openssl.org > [mailto:owner

RE: Server crash while starting service

2009-04-09 Thread Uma G. Nayak
ssl-us...@openssl.org] On Behalf Of Kyle Hamilton Sent: Tuesday, March 31, 2009 2:59 PM To: openssl-users@openssl.org Subject: Re: Server crash while starting service This is where you use your Magical Administrator Powers and download the http://www.microsoft.com/whdc/devtools/debugging/default.mspx Deb

Re: Server crash while starting service

2009-03-31 Thread Kyle Hamilton
-openssl-us...@openssl.org] On Behalf Of Kyle Hamilton > Sent: Tuesday, March 31, 2009 12:46 PM > To: openssl-users@openssl.org > Subject: Re: Server crash while starting service > > You can remove the SSE2 codepath from OpenSSL-FIPS even for systems > which support SSE2. >

RE: Server crash while starting service

2009-03-31 Thread Uma G. Nayak
From: owner-openssl-us...@openssl.org > [mailto:owner-openssl-us...@openssl.org] On Behalf Of Kyle Hamilton > Sent: Monday, March 30, 2009 1:09 PM > To: openssl-users@openssl.org > Subject: Re: Server crash while starting service > > Have you made sure that the version of the appli

Re: Server crash while starting service

2009-03-31 Thread Kyle Hamilton
l-us...@openssl.org > [mailto:owner-openssl-us...@openssl.org] On Behalf Of Kyle Hamilton > Sent: Monday, March 30, 2009 1:09 PM > To: openssl-users@openssl.org > Subject: Re: Server crash while starting service > > Have you made sure that the version of the application binary that >

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
penssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Kyle Hamilton Sent: Monday, March 30, 2009 1:09 PM To: openssl-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

Re: Server crash while starting service

2009-03-30 Thread Kyle Hamilton
re same as those in the > working systems. :) > > Regards, > Uma > > -Original Message- > From: owner-openssl-us...@openssl.org > [mailto:owner-openssl-us...@openssl.org] On Behalf Of Dr. Stephen Henson > Sent: Thursday, March 26, 2009 5:44 PM > To: openssl-users@o

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 Dr. Stephen Henson
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 mind, could you answer one more question of mine? > > I want to use

Re: Server crash while starting service

2009-03-26 Thread Kyle Hamilton
l.org > [mailto:owner-openssl-us...@openssl.org] On Behalf Of Kyle Hamilton > Sent: Thursday, March 26, 2009 11:42 AM > To: openssl-users@openssl.org > Subject: Re: Server crash while starting service > > More specifically: > > (and before anyone berates me: I apologize for th

RE: Server crash while starting service

2009-03-26 Thread Uma G. Nayak
From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Kyle Hamilton Sent: Thursday, March 26, 2009 11:42 AM To: openssl-users@openssl.org Subject: Re: Server crash while starting service More specifically: (and before anyone berates me: I apologize for the snark

Re: Server crash while starting service

2009-03-25 Thread Kyle Hamilton
test...ERROR:2d06c071:lib=45,func=108,reason=113:file=.\fips\fips.c:line=274: >> FAILED! >> >> >> Uma >> >> -----Original Message- >> From: owner-openssl-us...@openssl.org >> [mailto:owner-openssl-us...@openssl.org] On Behalf Of Dr. Stephen

Re: Server crash while starting service

2009-03-25 Thread Kyle Hamilton
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

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 Dr. Stephen Henson
On Thu, Mar 26, 2009, Uma G. Nayak wrote: > Still no luck :(. Is it that FIPS mode doesnt work on AMD processors? In the > Security Policy pdf at > https://www.openssl.org/docs/fips/SecurityPolicy-1.2.pdf 8 platforms on > which the Module was tested are listed: > > U1 Linux x86 no-asm Linux.2.6.1

RE: Server crash while starting service

2009-03-25 Thread Uma G. Nayak
er Pentium machines? Regards, Uma From: owner-openssl-us...@openssl.org [owner-openssl-us...@openssl.org] On Behalf Of Michael S. Zick [open...@morethan.org] Sent: Wednesday, March 25, 2009 8:04 PM To: openssl-users@openssl.org Subject: Re: Server crash whil

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 Michael S. Zick
D supports SSE2 and above. Still why server is > not able to start? > > Can you guys out there see anything? Please tell me. > > Regards, > Uma > > -Original Message- > From: owner-openssl-us...@openssl.org > [mailto:owner-openssl-us...@openssl.org] On Behalf Of

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 Dr. Stephen Henson
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 which does not support SSE2. Hence I built Openssl dlls us

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-24 Thread Michael S. Zick
d. Mike > Regards, > Uma > > -Original Message- > From: owner-openssl-us...@openssl.org > [mailto:owner-openssl-us...@openssl.org] On Behalf Of Dr. Stephen Henson > Sent: Tuesday, March 17, 2009 8:58 PM > To: openssl-users@openssl.org > Subject: Re: Server crash while sta

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
--Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of David Schwartz Sent: Tuesday, March 17, 2009 7:20 PM To: openssl-users@openssl.org Subject: RE: Server crash while starting service > We have upgraded Openssl in our application to

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

Re: Server crash while starting service

2009-03-17 Thread Dr. Stephen Henson
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 works fine in FIPS mode, on most of the > systems,

RE: Server crash while starting service

2009-03-17 Thread David Schwartz
> 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 refuses t