Re: help

2008-11-14 Thread vinni rathore
What is ur failure error messages can u please send them... On Fri, Nov 14, 2008 at 10:21 PM, Michael Simms <[EMAIL PROTECTED]>wrote: > > I am a new to SSL. I have installed openssl and using the SSL APIs , I > have > > written a small client - server > > program in C, but SSL_connect fails fro

Re: Verification fails on client, succedes on server

2008-11-14 Thread Michael Simms
Dave Thompson wrote: >> From: [EMAIL PROTECTED] On Behalf Of Michael Simms >> Sent: Thursday, 13 November, 2008 07:38 > >> I currently have a different problem that is stumping me. I think that >> maybe I have a gap in my knowledge that maybe someone can fill. >> I have a problem validating a conne

RE: PEM_read_bio_PrivateKey() returns NULL for password protected keys

2008-11-14 Thread Dave Thompson
From: [EMAIL PROTECTED] On Behalf Of Nick van der Merwe Sent: Friday, 14 November, 2008 08:11 I can read a password protected private key file OK using the OpenSSL shell, but if I try and do it programmatically I just get a NULL key returned. If the private key is not password protected eve

RE: Verification fails on client, succedes on server

2008-11-14 Thread Dave Thompson
> From: [EMAIL PROTECTED] On Behalf Of Michael Simms > Sent: Thursday, 13 November, 2008 07:38 > I currently have a different problem that is stumping me. I think that > maybe I have a gap in my knowledge that maybe someone can fill. > I have a problem validating a connection. The sequence of even

Re: help

2008-11-14 Thread Michael Simms
> I am a new to SSL. I have installed openssl and using the SSL APIs , I have > written a small client - server > program in C, but SSL_connect fails from client end and SSL_accept fails from > server. I have generated the root CA certificate, which I have used to sign > both the client and serve

PEM_read_bio_PrivateKey() returns NULL for password protected keys

2008-11-14 Thread Nick van der Merwe
I am having exactly the same problem as reported by Ken Gold of IBM on the "openssl-users" list in May. I haven't seen any response to his original posting or received a reply from him. I can read a password protected private key file OK using the OpenSSL shell, but if I try and do it programmati

Problem with compilation for WCE 5.0

2008-11-14 Thread Ɓukasz Dobrowolski
Hello. I need help with compilation the OpenSSL for WCE. I have readed a lot of warius post on forums, searched google but i am stuck. My Enviroment 0)Windows XP with SP2 1)Microsoft Visual Studio 2008 with SP1 2)Windows Mobile 5.0 SDK R2 3)Windows Mobile 6 SDK 4)Active Pearl 5)NMake 6)wcecompat f

help

2008-11-14 Thread naveen.bn
Hi All, I am a new to SSL. I have installed openssl and using the SSL APIs , I have written a small client - server program in C, but SSL_connect fails from client end and SSL_accept fails from server. I have generated the root CA certificate, which I have used to sign both the client and ser

Re: rsa -outform net doesn't accept -passout pass:?

2008-11-14 Thread Martin P. Hellwig
Dr. Stephen Henson wrote: On Fri, Nov 14, 2008, Martin P. Hellwig wrote: Hi all, I was playing around with the 0.9.8g version (actually I am wrapping the CLI to use with python) and I stumbled across the following: when I do: openssl rsa -outform NET -in test.pem -out test.net -passout pa

Re: rsa -outform net doesn't accept -passout pass:?

2008-11-14 Thread Dr. Stephen Henson
On Fri, Nov 14, 2008, Martin P. Hellwig wrote: > Hi all, > > I was playing around with the 0.9.8g version (actually I am wrapping the > CLI to use with python) and I stumbled across the following: > when I do: > openssl rsa -outform NET -in test.pem -out test.net -passout pass:test > It still ask