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
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
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
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.
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.
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
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