for help about openssl

2000-05-20 Thread jia wise
Hi, I eant to install spenssl on my machine, when I run nmake -f ms\ntdll.mak. I got the following error: C:\Program Files\Microsoft Visual Studio\VC98\Bin>nmake -f ms\ntdll.mak Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights res

Re: Unable to run the client/server programs which are written using API functions of OPENSSL

2000-05-20 Thread Richard Levitte - VMS Whacker
From: **UNKNOWN CHARSET** <[EMAIL PROTECTED]> raajkrissna> $gcc -L /usr/local/lib -lssl -lcrypto filename.c May I suggest the following order instead? $gcc -L /usr/local/lib filename.c -lssl -lcrypto The explanation is how ld (which is called by gcc) links things together. -- Richard Levitte

Re: newbie q

2000-05-20 Thread Dr Stephen Henson
Poppy Brodsky wrote: > > I'm running: > Linux release 4.0 (Fargo) > Kernel 2.0.34 on a mips > > and the install process went fairly smooth, > but when I try to test the server with: > /usr/sbin/openssl s_server > > I get this output: > Using default temp DH parameters > unable to get certificat

Still iam getting the errors

2000-05-20 Thread Raaj Krissna
sir, I had made some modifiactions to the programs(client/server programs) that are given in the "opensslxxx/demos/ssl" directory. Still iam getting errors while executing those programs. Here iam mentioning the client & server programs and errors that iam getting.

Still iam getting the errors

2000-05-20 Thread Raaj Krissna
sir, I had made some modifiactions to the programs(client/server programs) that are given in the "opensslxxx/demos/ssl" directory. Still iam getting errors while executing those programs. Here iam mentioning the client & server programs and errors that iam getting.

Help with Crypt::SSLeay

2000-05-20 Thread prevette
Hello. My administrator has installed Crypt::SSLeay 0.16 and OpenSSL 0.9.4 on an AIX 4.2 box. We are using Perl 5.00502. When I try to run the net_ssl_test executable, I get the following: /development/prevette/perl_install/Crypt-SSLeay-0.16>net_ssl_test HEAD webdata1.place.lexmark.com 443 Net

Re: Another non-blocking question

2000-05-20 Thread Lutz Jaenicke
On Fri, May 19, 2000 at 05:01:27PM -0700, Michael Farajian wrote: > Recursive calls to SSL_read() get the server response, but when to STOP calling it >is the question I've seen posted here quite often. Below is a very simplified >version of the logic we are using: > > The behavior we are seein