openssl-0.9.4

1999-09-06 Thread Ashley Brandwood (Home)
Operating system: i86pc-sun-solaris2 Configuring for solaris-x86-gcc /usr/bin/perl5 ./Configure solaris-x86-gcc Make results: make[1]: Entering directory `/usr/local/install/openssl-0.9.4/crypto/sha' gcc -I.. -I../../include -DTHREADS -D_REENTRANT -O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN

support for HPUX11 on 32/64 bit machine

1999-09-06 Thread Peter Huang
Hi, the default autoconf for openssl on HPUX11 give a compiler flag of +DA2.0. this flag will compile the openssl library in 64-bit mode which can't be used by apache (32bit). The correct compiler flag should be +DAportable so CC will generate correct code that can run on either

Bug in bn_mul.c/bn_lcl.h

1999-09-06 Thread Axel Beckert
Hi; Just had a problem compiling openssl 0.9.1c on my Sun SparcStation 10 (uname -a says: SunOS dagoffice 4.1.4 11 sun4m) under SunOS 4.1.4 and gcc 2.6.3. (I know, that gcc isn't very up-to-date, so maybe it's a compiler bug.) When compiling (configured for sunos-gcc) the compiler exits with an

Re: Web Traffic Analysis

1999-09-06 Thread Ben Laurie
Gabriel Belingueres wrote: Hi, Talking in the sci.crypt newsgroup, I did have an idea about how to do the Web more secure against traffic analysis. The idea come from a paper I been reading ("Analysis of the SSL 3.0 protocol" by B. Schneier and D. Wagner). They describe how an attacker

Re: Bug in bn_mul.c/bn_lcl.h

1999-09-06 Thread Bodo Moeller
Axel Beckert [EMAIL PROTECTED]: Just had a problem compiling openssl 0.9.1c [...] Try OpenSSL 0.9.4. 0.9.1c has millions of bugs. __ OpenSSL Project http://www.openssl.org Development Mailing

trying to add SSL to a web client

1999-09-06 Thread Jef Poskanzer
I'm trying to enhance a simple command-line http client so that it handles https too. I'm on FreeBSD 3.2, and used the ports collection to install OpenSSL 0.9.2b 22 Mar 1999 - not the latest version, but it's what many of the prospective users will have. The SSL code I'm using is basically as