openssl password

2000-12-07 Thread Efi Salman
Hi, I'm using openssl application with the following options: openssl genrsa -des > httpsd.key openssl req -new -x509 -key httpsd.key -days 365 The problem is that those commands are waiting for input from the user. How can I give for those commands the input by executing the command. I tried it

Re: cvs commit: openssl/test bctest

2000-12-07 Thread Bodo Moeller
On Wed, Dec 06, 2000 at 05:34:04PM +0100, Ulf Moeller wrote: On Wed, Dec 06, 2000, [EMAIL PROTECTED] wrote: +# ('make test_bn' should not try to run 'bc' if it does not exist or if +# it is the broken SunOS 5.[78] bc, which fails the following test.) It should detect the broken SCO bc

Looking for someone to help port OpenSSL to the Palm

2000-12-07 Thread SSL Porter
Hello all, As part of a company project I initiated an attempt to port OpenSSL to the Palm. About two months ago I completed stage 1 which was actually getting the source compiled and linked for the Palm. However, due to either the toolkit's or the PalmOS' limitations I then was unable to

Re: Question on buffering bio..

2000-12-07 Thread Bodo Moeller
On Wed, Dec 06, 2000 at 11:40:47AM -0800, Nagaraj Bagepalli wrote: I am looking at the openssl code and there is a comment in ssl3_accept routine just before calling buffering bio which says "Buffering bio need to be pushed so that the output is sent in a way that TCP likes". What does this

Re: Looking for someone to help port OpenSSL to the Palm

2000-12-07 Thread Jeffrey Altman
I would be interested in working on this. Hello all, As part of a company project I initiated an attempt to port OpenSSL to the Palm. About two months ago I completed stage 1 which was actually getting the source compiled and linked for the Palm. However, due to either the

Verification of server certificate

2000-12-07 Thread Rob Neff
Gentlemen, After successfully establishing an SSL connection, I'm attempting to ascertain the validity of the server certificate received by the client. The server certificate received was signed by Verisign, yet the OpenSSL engine does not successfully validate it.The root certificates I

Re: Verification of server certificate

2000-12-07 Thread Dr S N Henson
Rob Neff wrote: Gentlemen, After successfully establishing an SSL connection, I'm attempting to ascertain the validity of the server certificate received by the client. The server certificate received was signed by Verisign, yet the OpenSSL engine does not successfully validate it.

Building static lib's on Win32

2000-12-07 Thread Jeff Ostrin
Hi all, I have got OpenSSL to build properly on linux and solaris - both create static .a files to statically link against. However, when I build on windows, it produces a .dll and a stubbed .lib, so I cannot statically link it. Does anyone know how to modify the makefiles to create static