Re: OpenSSL-0.9.2b on Digital Unix-4.0e compile problems

1999-05-19 Thread Sylvain Robitaille
On Wed, 12 May 1999 15:27:17 -0400 (EDT), I wrote: > I'm trying to compile OpenSSL, with the Digital C compiler (alpha-cc), > but I'm running into troubles. (on DU 4.0d and 4.0e) As suggested by Ulf Möller, I obtained the latest development source and that seems to function as expected. (Of cou

Re: OpenSSL-0.9.2b on Digital Unix-4.0e compile problems

1999-05-14 Thread Sylvain Robitaille
Dr. George Seaton wrote: > I had the same problem on an Alpha with UNIX4.0D, use the > -no_asm option (this is from memory so you should check the > syntax). This is also mentioned in other newsgroups as a problem > on other OSs. Ah, well that is the same as the edit to Makefile.ssl that I m

Re: OpenSSL-0.9.2b on Digital Unix-4.0e compile problems

1999-05-13 Thread Ulf Möller
> Unresolved: > bn_div_words > ./rsa_oaep_test > Encryption failed! Both are known problems in the 0.9.2b setup, and are fixed in the current development version. There also is a patch available on www.openssl.org to get rid of the "Encryption failed!" message. __

Re: OpenSSL-0.9.2b on Digital Unix-4.0e compile problems

1999-05-12 Thread gseaton
Sylvain Robitaille WROTE > > . . . [ many files compile ] . . . > > cc -DMONOLITH -I../include -tune host -O4 -readonly_strings -c openssl.c > rm -f openssl > cc -o openssl -DMONOLITH -I../include -tune host -O4 -readonly_strings openssl.o >verify.o asn1pars.o req.o dg