mailing.openssl.users
  Home FAQ Contact Sign in
mailing.openssl.users only
 
Advanced search
July 2008
motuwethfrsasuw
 123456 27
78910111213 28
14151617181920 29
21222324252627 30
28293031    31
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
mailing.openssl.users Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  RE: Prime number generation on FreeBSD-sparc64         


Author: Ted Mittelstaedt
Date: Jul 18, 2008 09:31

> -----Original Message-----
> From: owner-openssl-users@openssl.org
> [mailto:owner-openssl-users@openssl.org]On Behalf Of Yuliya Shulman
> Sent: Thursday, July 17, 2008 7:27 AM
> To: openssl-users@openssl.org
> Subject: RE: Prime number generation on FreeBSD-sparc64
>
>
> Yes, I understand the list of prime numbers is known; unfortunately, I
> can only implement the solutions my management agrees with. This code
> path is used for login authentication and has been used for a while, so
> I guess everybody thinks it's OK to use it.
>
> Unfortunately, I also spoke too soon. I had a hack in the code I forgot
> about. When I removed it, the program still hanged, regardless of
> whether I was using v7 or v8 flags. They don't build 32-bit executables,
> do they?

No, they tell gcc to use instructions that generate code for the
Sparc V8 chip which is a 32 bit chip.
I don't even know if cross compiling from 64 to 32 bit is even
supported on the Sparc version of gcc...
Show full article (2.05Kb)
no comments
  Re: upgrading openssl 0.9.8b to openssl-fips-1.1.1         


Author: rabail javed
Date: Jul 18, 2008 08:30

Hi Bill,
I have installed the openssl-fips-test-1.2.0 using the following commands

./config fipscanisterbuild
make
make install

and the libraray is installed in the /usr/local/ssl and i have generated
tehe fipscanister.o, fipscanister.o.sha1, fips_premain.c,
fips_premian.c.sha1, lipcrypto.so

now i have download openssl-0.9.8b-stable-SNAP but i am unable to compile
it.
I did
./config fips shared --with-fipslibdir=/usr/local/ssl/fips-1.0/lib/
--prefix=/usr/openssl-0.9.8b-SNAP

make depend

but i am getting the error "make: *** No rule to make target `depend`. Stop"

if a use make instead of make depend
then it says "make: *** No targets specified and nomake file found. Stop."

Could you please tell me how to compile it ???

On 6/27/08, Bill Colvin <Bill.Colvin@opticatech.com> wrote:
>
> Rabail: In addition to the Security Policy
> http://www.openssl.org/docs/fips/SecurityPolicy-1.1.2.pdf take a look at
> section 4.2 of...
Show full article (9.15Kb)
no comments
  Re: upgrading openssl 0.9.8b to openssl-fips-1.1.1         


Author: Dr. Stephen Henson
Date: Jul 18, 2008 07:40

On Fri, Jul 18, 2008, rabail javed wrote:
Show full article (1.51Kb)
3 Comments