Re: openssl on NT

2001-01-23 Thread Alberto Rubio
True enough, but my problem arouses just a bit later. I can not find ml.exe. I have no such program. I did as instructions say.: I installed Microsoft Visual C++ (Visual Studio 6.0)and look for an executable xml.exe & xml.err . The most similar program was cl.exe (some kind of linker) bu

Re: Problem compiling libcrypto app on Solaris 7

2001-01-23 Thread Martin Forssen
On 23 Jan, Jerry Gates wrote: > I'm trying to write an app using libcrypto on a Solaris 7 box using > Sun Forte C 6.0, and I'm getting the error: > > Undefined first referenced > symbol in file > __eprintf > /usr/local/l

Problem compiling libcrypto app on Solaris 7

2001-01-23 Thread Jerry Gates
Hi all, I'm trying to write an app using libcrypto on a Solaris 7 box using Sun Forte C 6.0, and I'm getting the error: Undefined first referenced symbol in file __eprintf /usr/local/lib/libcrypto.a(b_print.o) I've tri

Re: openssl on NT

2001-01-23 Thread Dr S N Henson
Mark Swarbrick wrote: > > > I'm following the instructions in the readme file for NT and it says to do a... > > ms\mingw32 > > What is that? Whatever it is it fails. Is "ms" supposed to be an exe file or > is that some sort of path, and if so from where, the root? There is no ms.exe > and th

How do I shorten the timeout for an SSL connection.

2001-01-23 Thread Thacker, Regan H
I am new to SSL. I inherited some code from another programmer that tries to connet to another machine. The problem is that I am currently being denied access by that machine (I tested this with a web browser). I create a SSL_CTX and call SSL_CTX_set_timeout to change it from the default of 3

des maintainer

2001-01-23 Thread pennywis
who is in charge of maintiaining DES? i'm having problems figuring out what exactly des_set_key_unchecked() is doing. thanks, -James __ OpenSSL Project http://www.openssl.org User Support Mailing

Re: openssl on NT

2001-01-23 Thread Kenneth R. Robinette
From: Mark Swarbrick <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject:openssl on NT Date sent: Tue, 23 Jan 2001 10:43:30 -0700 Send reply to: [EMAIL PROTECTED] Mark All you need is Perl and the normal Microsoft C compil

openssl on NT

2001-01-23 Thread Mark Swarbrick
I could really use some help getting openssl to work on NT. I have written a script in tcl/tk that checks web sites and I need to do a "package require tls" so that I can check https sites. And in order to do that apparently I must... Install TLS, which requires that I install openssl, which req

openSSL for Solaris x86

2001-01-23 Thread David G. Pope, Jr
I would like to know if anyone has complied/installed openSSL under Solaris 8 x86. I have downloaded the source and tried to compile but it failed with a lot of missing library defs. If anyone can point me in the right direction it would be greatly appreciated. [EMAIL PROTECTED] David G. Pope,

Re: SSL guaranteed to read from socket?

2001-01-23 Thread Quickling
> > do this? >In the docs there is a manual page on BIO_new_bio_pair(), at least in the >latest snapshot or on www.openssl.org. >The Postfix/TLS patchkit actually using it can be retrieve via my >homepage. I'm looking at the docs now. I'm not sure if I need a bio pair (probably cuz I don't rea