Re: SSL Hardware accelerator

2000-06-25 Thread Costantino Imbrauglio
Yes there is one: it's Compaq Atalla card. - Original Message - From: "Gilian INF" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 25, 2000 5:04 PM Subject: SSL Hardware accelerator > Hi, all > > I wrote an application, which is allowing my computer to be SSL Web server.

how to generate 128-bit key please..

2000-06-25 Thread David Hoyos
Hello, need help for generate key of 128-bit for securing server, key of 40-bit gerenate OK Thanks a lot in advance David-Spain __ OpenSSL Project http://www.openssl.org User Support Mailing List

RE: rpm --rebuild openssl dies

2000-06-25 Thread Gregory Leblanc
> -Original Message- > From: Paul Schreiber [mailto:[EMAIL PROTECTED]] > Sent: Sunday, June 25, 2000 12:52 PM > To: [EMAIL PROTECTED] > Subject: rpm --rebuild openssl dies > > I went to install openssh on my cobalt raq2[0] yesterday. > Instead of my usual > compile-from-source routine, I

Re: rpm --rebuild openssl dies

2000-06-25 Thread Bernhard Rosenkraenzer
On Sun, 25 Jun 2000, Paul Schreiber wrote: > Since there wasn't a MIPS(el) RPM, I got the source RPM [1]. I went and > typed: > > rpm --rebuild openssl-0.9.5a-1.src.rpm > > The first time it died because it was looking for /usr/local/bin/perl, and > the raq has /usr/bin/perl. So I symlinked a /

rpm --rebuild openssl dies

2000-06-25 Thread Paul Schreiber
I went to install openssh on my cobalt raq2[0] yesterday. Instead of my usual compile-from-source routine, I decided to try using a RPM. I logged into the box and su'd to root. Since there wasn't a MIPS(el) RPM, I got the source RPM [1]. I went and typed: rpm --rebuild openssl-0.9.5a-1.src.rpm

Re: SSL Hardware accelerator

2000-06-25 Thread Wyman Eric Miles
I can give a counterrecommendation, at least. We have a Cryptoswift 100 PCI demo unit. I recompiled OpenSSL 0.9.5a with the patches Rainbow supplied. The first card we got was DOA. The system (Ultra 5/Solaris 2.6) recognized the 2nd fine. For a while. The OpenSSL speed benchmarks would ha

Re: Certificate renewal

2000-06-25 Thread Massimiliano Pala
Radovan Semancik wrote: > > Hi! > > Maybe this is FAQ or even OT, but anyway: > > How is certificate renewal done? I mean the case, that user's > certificate expired and she wants a new one. > > User sends a new CSR? How does CA handle it? And how about serial > number, I don't think it will b

SSL Hardware accelerator

2000-06-25 Thread Gilian INF
Hi, all I wrote an application, which is allowing my computer to be SSL Web server. For several reasons I need, now to increase the performences of my System. In order to do that I want to implement an SSL accelerator card. Does someone knows if there is an SSL accelerator card which is respectin

Using Asynchronous IO with SSL structures

2000-06-25 Thread Amit Chopra
Hi, I am developing an SSL application on NT 4.0 and I wish to use overlapped IO (asynchronous IO) to handle clients. My application sits between the server and client. I would like to know if it is safe to use a given SSL structure from different threads if I guarantee that not more than one t