Re: Sun compiler problem?

2000-02-23 Thread Andy Polyakov
I was trying to compile the current 0.9.5-dev on a Solaris machine. The linker complained about many missing symbols. nm reports libcrypto.a[cryptlib.o]: nm: cryptlib.o: invalid file type `./config -t`, `which ld`, `which nm`, `which ar`? and so on for a large part of the archive. Any

Re: Fatal error using alpha-cc compiler option

2000-02-23 Thread Andy Polyakov
jrfndes using the option alpha-cc. with -O4 ... -O1 the program ~ jrfndes /crypto/sha/sha_dsgt.c stop the jrfndes compiler sending the following the message: jrfndes jrfndes Fatal: Insufficient virtual memory to continue compilation. [...] It would appreciate other tips ... Add

Re: Problems in recent snapshot

2000-02-23 Thread Bodo Moeller
On Tue, Feb 22, 2000 at 08:37:12PM +, Ben Laurie wrote: Yoram Meroz wrote: Since moving from the 02-20 to the 02-21 snapshots, I've been consistently unable to connect to www.apache-ssl.org or www.rsasecurity.com . www.verisign.com and www.buy.com work fine. Since I am one of very few

Re: Sun compiler problem?

2000-02-23 Thread Bodo Moeller
On Wed, Feb 23, 2000 at 12:17:43AM +0100, Ulf Möller wrote: I was trying to compile the current 0.9.5-dev on a Solaris machine. The linker complained about many missing symbols. nm reports libcrypto.a[cryptlib.o]: nm: cryptlib.o: invalid file type and so on for a large part of the

Re: Problems in recent snapshot

2000-02-23 Thread Lutz Jaenicke
On Wed, Feb 23, 2000 at 11:00:27AM +0100, Bodo Moeller wrote: On Tue, Feb 22, 2000 at 08:37:12PM +, Ben Laurie wrote: Yoram Meroz wrote: is having similar problems in the UNIX or Win32 builds, or whether this is unique to the mac build. I imagine this'll be Bodo's frag fixes

Re: MD4 anyone?

2000-02-23 Thread Denis Ducamp
On Tue, Feb 22, 2000 at 10:49:11PM -0500, Evan Carew wrote: Is there any need for the MD4 message digest function in the openssl package? If so, let me know I can submit the diffs. Hello, I'm developping a password cracker using libcrypto.a from openssl. The goal isn't to have a fast

DECLARE_STACK_OF(ASN1_UTF8STRING) and 0.9.4 problem.

2000-02-23 Thread Jean-Marc Desperrier
I'm trying to define an ASN1 type that has an element which is a stack of UTF-8 string usins 0.9.4 and I have some problems. I figured I had to define the type STACK_OF(ASN1_UTF8STRING) with DECLARE_STACK_OF(ASN1_UTF8STRING), but this bring problems. I suggest you give up this message now if

Re: MD4 anyone?

2000-02-23 Thread Jean-Marc Desperrier
Denis Ducamp wrote: I'm developping a password cracker using libcrypto.a from openssl. The goal isn't to have a fast password cracker as John the Ripper, but to document the different algorithmes, their weaknesses and to show how easy it is to develop such a piece of software when good

Re: Fatal error using alpha-cc compiler option

2000-02-23 Thread Jose Roberto Fernandes
Andy Polyakov wrote: > > jrfndes> using the option alpha-cc. with -O4 ... -O1 the program ~ > > jrfndes> /crypto/sha/sha_dsgt.c stop the > > jrfndes> compiler sending the following the message: > > jrfndes> > > jrfndes> Fatal: Insufficient virtual memory to continue compilation. > > [...] > > It

Re: Problems in recent snapshot

2000-02-23 Thread Bodo Moeller
On Wed, Feb 23, 2000 at 02:32:32PM +0100, Lutz Jaenicke wrote: Can anyone reproduce the errors? www.apache-ssl.org works fine for me; at first I thought I had found a problem at www.rsarecurity.com, but that's just the server closing the connection without having sent a single byte in

Re: Problems in recent snapshot

2000-02-23 Thread Lutz Jaenicke
On Wed, Feb 23, 2000 at 06:45:46PM +0100, Bodo Moeller wrote: On Wed, Feb 23, 2000 at 02:32:32PM +0100, Lutz Jaenicke wrote: I have just tried it with latest SNAPSHOT on HP-UX 10.20. Could reproduce the problems. www.rsasecurity.com does not count because that site does not even work

OT: I need algorithm (or function)

2000-02-23 Thread Martin Szotkowski
Hi all, i have interesting problem: + We have some Personal Number (PN). + PN is primary key in database (DB) of important data. ("bad customer") + must NOT exist way to get PN and data from DB + must exist way to find out if PN is in DB + of course we must inserting PN and data in DB - ease

Re: Problems in recent snapshot

2000-02-23 Thread Bodo Moeller
On Wed, Feb 23, 2000 at 06:47:53PM +0100, Lutz Jaenicke wrote: On Wed, Feb 23, 2000 at 06:45:46PM +0100, Bodo Moeller wrote: On Wed, Feb 23, 2000 at 02:32:32PM +0100, Lutz Jaenicke wrote: I have just tried it with latest SNAPSHOT on HP-UX 10.20. Could reproduce the problems.

Re: OT: I need algorithm (or function)

2000-02-23 Thread Claudio M. Horvilleur Mtz.
Hello Martin, I hope this can help you: In PKCS12 (V1.0) Appendix B, is described a method for generating pseudo-random bits for a strong password or a MAC, and it could be used as a complex Has function. The input data is: - An ID Byte - A salt - An input password I

Re: DECLARE_STACK_OF(ASN1_UTF8STRING) and 0.9.4 problem.

2000-02-23 Thread Dr Stephen Henson
Jean-Marc Desperrier wrote: I'm trying to define an ASN1 type that has an element which is a stack of UTF-8 string usins 0.9.4 and I have some problems. I figured I had to define the type STACK_OF(ASN1_UTF8STRING) with DECLARE_STACK_OF(ASN1_UTF8STRING), but this bring problems. I

Re: DECLARE_STACK_OF(ASN1_UTF8STRING) and 0.9.4 problem.

2000-02-23 Thread Dr Stephen Henson
Jean-Marc Desperrier wrote: In non-debug version, we have : #define ASN1_UTF8STRING ASN1_STRING and #define DECLARE_STACK_OF(type) \ typedef struct stack_st_##type \ { \ STACK stack; \ } STACK_OF(type); \ STACK_OF(type) *sk_##type##_new(int (*cmp)(type **,type **));

How to build exportable OpenSSL?

2000-02-23 Thread Will
Hi All, I've looked through the documentation, but I can't seem to find how to build an exportable (40 bit) version of OpenSSL? Thanks, Will __ OpenSSL Project http://www.openssl.org Development