[no subject]

2002-04-08 Thread Björn von Sydow
Hi! I tried to install OpenSSL under MacOS X and failed; see below output from "make report". Björn dhcp226-166:~/Desktop/openssl-0.9.6c] sydow% make report Checking compiler... ar: creating archive cctest.a Running make... + rm -f libcrypto + rm -f libssl making all in crypto... making all i

RE: Bug in ssl3_read_bytes()

2002-04-08 Thread Alex Pankratov
Hi again, Narrowed it down a bit. Server's SSL context must be one of TLSv1_xxx types, SSLvX_yyy are not vulnerable. regards, alex > -Original Message- > From: Alex Pankratov > Sent: April 5, 2002 15:20 > To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' > Subject: Bug in ssl3_read_bytes()

problems compiling openssl under windows 2000

2002-04-08 Thread Turgay Coruh
Hi, I just tried to install and therefore compile openssl under windows 2000. i installed the gcc-2.95.2-msvcrt.exe and make-3.76.1.zip in the C:\egcs-1.1.2 folder as described in the install.w32 document. When I start to compile, I get the following message: Generating makefile Generating D

Re: VxWorks and OPEN SSL questions -

2002-04-08 Thread Bill Pringlemeir
Praveen> Bill Thanks for the help. I am coming along with my Praveen> compilation on VxWorks platform. I am struck when I am tryo Praveen> to compile the files. This is some to do with Praveen> openssl/e_os.h Praveen> When I removed the line from the e-os.h, then Praveen> I get error fr

Re: Bug in ssl3_read_bytes()

2002-04-08 Thread Lutz Jaenicke
On Fri, Apr 05, 2002 at 03:19:55PM -0800, Alex Pankratov wrote: > the following problem is present in 0.9.6 and 0.9.6c. > > It is possible to put server code into the internal infinite > loop in ssl3_read_bytes() by sending the following data from > the client right after establishing TCP connect

Re: [PATCH] Undefined identifiers in objects.txt

2002-04-08 Thread Lutz Jaenicke
On Fri, Apr 05, 2002 at 11:32:57PM +0200, Nils Larsch wrote: > > > > I'm also a bit suspicious about the OIDs of "secp192r1" and "secp256r1". > > > In obj_dat.h they both end up having OID 0. Their corresponding OBJ_ > > > macros in obj_mac.h get mapped to OBJ_X9_62_prime{192,256}v1 (of which I >

AW: Name space collision

2002-04-08 Thread Schlote, Hans-Werner
Hi all, you can get past this problem by linking your application statically and using something like the LD-mapfile feature of Sun's ld to declare all symbols local but the one's needed to interface with iPlanet. harvey > -Ursprungliche Nachricht- > Von: Steven Bade [mailto:[EMAIL PROT

AW: your mail

2002-04-08 Thread Schlote, Hans-Werner
Hi, this message indicates that no valid cc license was found. Use gcc instead or obtain a valid license from Compaq. Cheers harvey > -Ursprüngliche Nachricht- > Von: Erwann ABALEA [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 5. April 2002 08:20 > An: [EMAIL PROTECTED] > Bet

A bug in BN_mod_exp

2002-04-08 Thread biswatosh chakraborty
Hi While dealing on RSAKeyGen on a 32 bit Intel Machine, I accidentally discovered a set of numbers for which BN_mod_exp is giving a wrong result. I want to know whether I am wrong or even if my code is right, is there some limitation to BN_mod_exp? I am interested to calculate (x^y)mod z by