Building a client session cache

2000-11-16 Thread Carlos Vicente
I would like to implement session caching in my ssl client. Someone mentioned one could use functions d2i/id2_SSL_SESSION() for this, but I have no idea how to use them and don't understand the code. Could someone explain this a little bit, or point to some working code that I could use as an

importing public certs into Netscape

2000-11-16 Thread David Caplan
Does anyone know how to import public certificates into Netscape (for email use)? I used the openssl software to create email certs for a bunch of people. I kept a copy of their public certs in files, which I imported into Outlook so I can send them encrypted mail. I'd like to use Netscape for

Re: Building a client session cache

2000-11-16 Thread Lutz Jaenicke
On Thu, Nov 16, 2000 at 04:30:53PM +0100, Carlos Vicente wrote: I would like to implement session caching in my ssl client. Someone mentioned one could use functions d2i/id2_SSL_SESSION() for this, but I have no idea how to use them and don't understand the code. Could someone explain this a

libssl.sl under HP-UX 10.20 and HP cc

2000-11-16 Thread Guillermo Lama
I've tried to compile the dynamic librires using the script that comes within the distribution for hpux. But it gives this error linking libcrypto.so.1 ld -b -s -z +h libcrypto.so.1 -o libcrypto.so.1 `cat objlist` -lc ld: Invalid loader

Re: libssl.sl under HP-UX 10.20 and HP cc

2000-11-16 Thread Lutz Jaenicke
On Thu, Nov 16, 2000 at 04:39:32PM -0300, Guillermo Lama wrote: I've tried to compile the dynamic librires using the script that comes within the distribution for hpux. But it gives this error linking libcrypto.so.1 ld -b -s -z +h

Re[2]: problem using s_client on hpux

2000-11-16 Thread Dean Guenther
Thanks Steve for the pointers. Still having a problem though. You were right, I was getting those warnings on linux too. Everthing scrolled by so fast I never paid attention to it. I added a -CApath on my hpux system's call to s_client. That got rid of the PRNG error you pointed out. However,

Re: problem using s_client on hpux

2000-11-16 Thread Lutz Jaenicke
On Thu, Nov 16, 2000 at 01:19:24PM -0800, Dean Guenther wrote: "Consider setting the RANDFILE environment variable". This didn't show up on the linux side, only the hpux side. I do not see this on my HP-UX machine, I however do have a $HOME/.rnd file to serve as RANDFILE. Of course you set the

Re[2]: problem using s_client on hpux

2000-11-16 Thread Dean Guenther
Hi Lutz, I'll check it with ssldump. I am curious, did you compile openssl with gcc or hpux's cc? I used hpux's cc. -- dean On Thu, 16 Nov 2000 22:42:48 +0100 you wrote: On Thu, Nov 16, 2000 at 01:19:24PM -0800, Dean Guenther wrote: "Consider setting the RANDFILE environment variable".

Netscape 6 with pkcs12 files.

2000-11-16 Thread Jeff Ritchie
Here is my experiences with Netscape 6 and what I think is a bug in their code/ implementation etc. 1. Created a new CA. 2. Downloaded CA into IE 5.5 and NS 6.0 : no problems 3. Created web cert and implemented into web server IE 5.5 and NS 6.0 both like this 4. created personal cert for

how I Do...

2000-11-16 Thread Hernan Campo
HI I want generate a public key... but only I can generate the private key part. how I can do this __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL

RE: how I Do...

2000-11-16 Thread Reddie, Steven
How have you generated the key? With a function, or with the openssl executable? An RSA private key typically includes the key material of the associated public key, so you probably have both the public and private key combined. -Original Message- From: Hernan Campo [SMTP:[EMAIL

libssl.sl for dummies.

2000-11-16 Thread Guillermo Lama
Thanks for the answer Lutz, but even now I'm not sure which configuration I should use to compile openssl Now I'm using Configure args: hpux-parisc-cc on my system HP-UX osscl01 B.10.20 A 9000/821 2007766506 two-user license I will check for the compiler version. Regards G.

how to replace crypto module

2000-11-16 Thread Long Chiang
Hi, Does anyone know how to replace openssl software crypto module with hardware module. Thanks, - Long Chiang Section Manager Electronic Commerce Dept. RPTI International Ltd. TEL: 886-2-27749689 FAX:

How could I send Referer: my.host.com string?

2000-11-16 Thread Xiong,Yongqiang
Hi everyone, I found when I sent "\ GET /ssl/login.asp HTTP/1.0 \ Referer: my.host.com \ " I always got a "Renegotiation" response and the connections was lost. I remembered that s_client will send a "Renegotiation" response when it sees letter "R" at the beginning of the line.

Problem with OpenSSL 0.9.6 and 0.9.5 under NT

2000-11-16 Thread Mat Dodgson
Title: Problem with OpenSSL 0.9.6 and 0.9.5 under NT Hi folks! Just compiled OpenSSL 0.9.6 (I used masm to make some bits faster). I am having problems with it. Here are the problems: Problem 1 I can successfully send an HTTP request and receive a response from my own IIS5 server which

Re: problem using s_client on hpux

2000-11-16 Thread Lutz Jaenicke
On Thu, Nov 16, 2000 at 02:55:51PM -0800, Dean Guenther wrote: Hi Lutz, I'll check it with ssldump. I am curious, did you compile openssl with gcc or hpux's cc? I used hpux's cc. -- dean I also used HP's ANSI C compiler (latest 10.20 revision). My installation was created with the