Re: Reg compilation problem with openssl.fips.1.1.1

2007-12-02 Thread Brendan Simon
You can not use the "shared" option for the fips module (1.1.1) You are only supposed to use the "fips" option, which will build a single fips canister object file. This object file can then be used to link into your openssl build (eg. 0.9.7m). For openssl itself, you _should_ be able to use

Reg compilation problem with openssl.fips.1.1.1

2007-12-02 Thread Subramaniam
Hi, I am facing problem in compiling openssl-fips-1.1.1 I configured it with ./Configure linux-elf-arm -ldl threads shared no-idea no-mdc2 no-rc50 Make depend and then made make But make is failing in test folder. Here is the message from make <-- + arm-linux-uclibc-cc -o fips_desmovs -I.. -I../i

RE: Problems with Website's Security Certificate

2007-12-02 Thread Ted Mittelstaedt
Note that Microsoft changed in IE7 the method of adding a self-signed root CA into the browser store, your users will need to be familiar with the new procedure if they are running this. Ted > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of ProgrammerMP

strange behaviour of clock() with DH_generate_key

2007-12-02 Thread Koza
Hi, I try to measure time of generating a key for DH. I have a code alike: startclk = clock(); for (i=0;iflags &= ~DH_FLAG_NO_EXP_CONSTTIME; //b->flags |= DH_FLAG_NO_EXP_CONSTTIME; but I commented them out but the result is the same. Thank you for your help in advance!! B