Re: Need to generate a OpenSSL secure web server

2001-05-03 Thread Wim Kerkhoff
[EMAIL PROTECTED] wrote: > > So far, have downloaded and compiled the OpenSSL source, the Apache source, > and the Apache-SSL patches (and applied them). In the final steps, after > configuring Apache, i.e., > ./configure --prefix=/usr/local/apache > make > I attempt (per procedur

What is the easiest way to get total bytes of ALL SSL packets?

2001-05-03 Thread t c
What is the easiest way to get total bytes of ALL SSL packets (incoming & outgoing @ the client side) for receiving one single file via SSL? (i.e. original file size + SSL overhead) The original file is about 50K. What should be the overhead in size? Can I do: s_client -debug -connect XXX.com:4

Need to generate a OpenSSL secure web server

2001-05-03 Thread jorge . jo
Hello everyone, I'm attempting to update an existing SuSE Linux Apache web server into a secure web server using OpenSSL so that I can simulate secure transaction load. The simulation is necessary so I can measure improvements made in the OpenSSL encryption/decryption algorithms and would prefer

Shared Libs

2001-05-03 Thread Larry Ploetz
I hope this is the correct forum...I looked in Documentation and FAQ and couldn't find the answer to this question... I "config shared ..." openssl 0.9.6a on a LinuxPPC system but "make install" didn't create shared libraries. So I cd'd to the target directory and "gcc -shared libcrypt.a -o li

Re: problem with verifying certificates

2001-05-03 Thread Richard Levitte - VMS Whacker
From: Chris Drumgoole <[EMAIL PROTECTED]> You have misunderstood how verification is done. What you need to tell s_server is what issuers you trust by pointing out a store with their certificates (a PEM file). So, you need to get the certificate for "OU=Secure Server Certification Authority, O=

problem with verifying certificates

2001-05-03 Thread Chris Drumgoole
Hi, I am running openssl 0.9.6a on a SunOS2.6 machine. I installed like so: ./config make make test make install my problem is, it doesn't seem to be able to verify *any* signed certificates. here is an example output from bin/openssl s_client -host rsaonline.rsasecurity.com -port 443 -showcer

Re: Hanging in SSL_connect !

2001-05-03 Thread Lutz Jaenicke
This is a topic for openssl-users. On Thu, May 03, 2001 at 05:11:42PM +0200, Rainer Kaufmann wrote: > Hi, > > has somebody an idea to avoid the SSL library to hang in SSL_connect when > the other side does not respond ? > Starting a timer and calling SSL_shutdown and closesocket on timeout, cau

Signature verify failure in OpenSSL 0.9.6a

2001-05-03 Thread Terrence Miao
G'day OpenSSL users, I am involved in a project to use OpenSSL sign mail with personal certificate and verify with CA's one. I did it according to the steps in OpenSSL smime document. But I just cann't figure out what's wrong with I've done while the signature verification keeps failed. Followin