Re: FIPS PowerOn self test

2010-09-28 Thread Dr. Stephen Henson
On Tue, Sep 28, 2010, Vivek Madani wrote: > > > >> > >> What OS is this running on? That error can be caused by a DLL being loaded > >> to > >> an address that is already in use under Windows and relocation would > >> invalidate the signature. > >> > >> You can work around that by specifying an

Re: FIPS PowerOn self test

2010-09-28 Thread Vivek Madani
On Tue, Sep 28, 2010 at 4:51 PM, Jakob Bohm wrote: > On 28-09-2010 06:39, Vivek Madani wrote: >>> >>> >>> > > What OS is this running on? That error can be caused by a DLL being > loaded to > an address that is already in use under Windows and relocation would > invalidate the

Re: FIPS PowerOn self test

2010-09-28 Thread Jakob Bohm
On 28-09-2010 06:39, Vivek Madani wrote: What OS is this running on? That error can be caused by a DLL being loaded to an address that is already in use under Windows and relocation would invalidate the signature. You can work around that by specifying an alternative load address when the DL

Re: FIPS PowerOn self test

2010-09-27 Thread Vivek Madani
> > >>> >>> What OS is this running on? That error can be caused by a DLL being loaded >>> to >>> an address that is already in use under Windows and relocation would >>> invalidate the signature. >>> >>> You can work around that by specifying an alternative load address when the >>> DLL is compi

Re: FIPS PowerOn self test

2010-09-27 Thread Vivek Madani
>> >> What OS is this running on? That error can be caused by a DLL being loaded to >> an address that is already in use under Windows and relocation would >> invalidate the signature. >> >> You can work around that by specifying an alternative load address when the >> DLL is compiled. >> > > Thi

Re: FIPS PowerOn self test

2010-09-27 Thread Vivek Madani
>> > >> >> Hi, >> >> >> >> What are the conditions when power-on self tests may fail. We have an >> >> application using OpenSSL in FIPS mode and the power on self test has >> >> always succeeded. However, today on one of the virtual machines the >> >> test failed. What could have possibly lead to

Re: FIPS PowerOn self test

2010-09-27 Thread Dr. Stephen Henson
On Mon, Sep 27, 2010, Vivek Madani wrote: > On Mon, Sep 27, 2010 at 6:10 PM, Dr. Stephen Henson wrote: > > On Sat, Sep 25, 2010, Vivek Madani wrote: > > > >> Hi, > >> > >> What are the conditions when power-on self tests may fail. We have an > >> application using OpenSSL in FIPS mode and the pow

Re: FIPS PowerOn self test

2010-09-27 Thread Vivek Madani
On Mon, Sep 27, 2010 at 6:10 PM, Dr. Stephen Henson wrote: > On Sat, Sep 25, 2010, Vivek Madani wrote: > >> Hi, >> >> What are the conditions when power-on self tests may fail. We have an >> application using OpenSSL in FIPS mode and the power on self test has >> always succeeded. However, today o

Re: FIPS PowerOn self test

2010-09-27 Thread Dr. Stephen Henson
On Sat, Sep 25, 2010, Vivek Madani wrote: > Hi, > > What are the conditions when power-on self tests may fail. We have an > application using OpenSSL in FIPS mode and the power on self test has > always succeeded. However, today on one of the virtual machines the > test failed. What could have po

FIPS PowerOn self test

2010-09-24 Thread Vivek Madani
Hi, What are the conditions when power-on self tests may fail. We have an application using OpenSSL in FIPS mode and the power on self test has always succeeded. However, today on one of the virtual machines the test failed. What could have possibly lead to this failure? Any ideas? Thanks, Vivek