Sending cert chain through openssl s_client

2007-11-29 Thread Rocky S
Hi, I have the following certs 1) End user cert subject: enduser whatever issuer : Intermediate CA whatever 2) Intermediate CA cert subject: Intermediate CA whatever issuer : Actual CA whatever 3) Actual CA cert (self signed) subject : Actual CA whatever issuer : Actual CA

Sending cert chain through openssl s_client

2007-11-28 Thread Rocky S
Hi, I have the following certs 1) End user cert subject: enduser whatever issuer : Intermediate CA whatever 2) Intermediate CA cert subject: Intermediate CA whatever issuer : Actual CA whatever 3) Actual CA cert (self signed) subject : Actual CA whatever issuer : Actual CA whatever I

Newbie Questions

2007-04-04 Thread Rocky S
I am a newbie with both openssl security in general. So excuse me if my questions are naive. 1) I have installed openssl sources. In the certs directory, there are various certificates. I looked at a couple of them - aol1.pem vsign1.pem. The vsign1.pem starts with subject=/C=US/O=VeriSign,

Re: Process getting locked on Win32

2007-03-26 Thread Rocky S
On 3/23/07, Dr. Stephen Henson [EMAIL PROTECTED] wrote: On Fri, Mar 23, 2007, Rocky S wrote: Hi, I have downloaded built openssl-0.9.8e.tar.gz on WinXP using VCExpress 2005. Everything builds fine but when I compile run a program using the library, it remains locked even after it exits

Re: Process getting locked on Win32

2007-03-23 Thread Rocky S
On 3/23/07, Mark [EMAIL PROTECTED] wrote: Hi, I have downloaded built openssl-0.9.8e.tar.gz on WinXP using VCExpress 2005. Everything builds fine but when I compile run a program using the library, it remains locked even after it exits. i.e. I can never delete the exe till I reboot the

Process getting locked on Win32

2007-03-22 Thread Rocky S
Hi, I have downloaded built openssl-0.9.8e.tar.gz on WinXP using VCExpress 2005. Everything builds fine but when I compile run a program using the library, it remains locked even after it exits. i.e. I can never delete the exe till I reboot the machine For eg. I have the following trivial