0.9.8.e build for Windows

2007-05-05 Thread janbar1
Hi, all :) It's my first post here and first newbie question ;] Where can I downlad 0.9.8.e build for Windows? I'm not a programmer and can't build it myself and like I was reading here it's not so easy for programming enthusiasts too. ;] I wasn't able get it by Google. -- janbar:))

RE: Assertion `md_c[1] == md_count[1]' failed

2007-05-05 Thread David Schwartz
> Hi , > > In my SSL enabled client application , about 100 threads are spawned > and connection with a server is attempted. The application crashes > with the following message getting printed on the console. The > behaviour is random. > > md_rand.c:312: ssleay_rand_add: Assertion `md_c[1] == md

RE: How to Limit the Cert chain to some sepcified number...

2007-05-05 Thread Usman Riaz
Thanks Goetz, much appreciated! Regards, Usman.> Date: Sat, 5 May 2007 13:59:04 +0200> From: [EMAIL PROTECTED]> CC: [EMAIL PROTECTED]> Subject: Re: How to Limit the Cert chain to some sepcified number...> To: [EMAIL PROTECTED]> > Hello Usman,> > --On Mai 05, 2007 14:11:08 +0500 Usman Riaz <[E

Re: How to Limit the Cert chain to some sepcified number...

2007-05-05 Thread Goetz Babin-Ebell
Hello Usman, --On Mai 05, 2007 14:11:08 +0500 Usman Riaz <[EMAIL PROTECTED]> wrote: I want to issue my customers certificate signed by my certificate (a self-signed certificate). I want to limit the issued certificate to not to act as a CA. I would like to specify the cert chain length in genra

Assertion `md_c[1] == md_count[1]' failed

2007-05-05 Thread Prabhu S
Hi , In my SSL enabled client application , about 100 threads are spawned and connection with a server is attempted. The application crashes with the following message getting printed on the console. The behaviour is random. md_rand.c:312: ssleay_rand_add: Assertion `md_c[1] == md_count[1]' fail

RE: OpenSSL,SMTP,STARTTLS how does it work?

2007-05-05 Thread Sawe Sun
Hi,I tried to add this line:RAND_load_file("/dev/urandom", 1024);It didn't do anything. I don't know if it's because i'm developping on windows system or...this one also did't do anything:ctx=SSL_CTX_new(SSLv23_client_method());I checked the server with the command line and it worked fine (it's

How to Limit the Cert chain to some sepcified number...

2007-05-05 Thread Usman Riaz
Hi All, I want to issue my customers certificate signed by my certificate (a self-signed certificate). I want to limit the issued certificate to not to act as a CA. I generated the Root CA on command-line via openssl, and the customer certs are generated dynamically by php script (that al

Re: how to extract signature from public key using openssl?

2007-05-05 Thread Kyle Hamilton
Thanks for the info on DKIM. $ openssl x509 -inform pem -in cacert.pem -noout -pubkey This will do what you want, but it is suboptimal, as it outputs the key onto stdout (which can be redirected to a file). I consider this to be bugged, based on available documentation. The documentation state