Re: Use of Makefile.ssl

2006-04-18 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Wed, 19 Apr 2006 11:15:47 +0530, "Bhat, Jayalakshmi Manjunath" <[EMAIL PROTECTED]> said: jayalakshmi.bhat> In openssl-0.9.8a I am not finding jayalakshmi.bhat> Makefile.ssl file. Please can you tell me They're called Makefile nowadays. We realised that it

Use of Makefile.ssl

2006-04-18 Thread Bhat, Jayalakshmi Manjunath
Hi all, In openssl-0.9.8a I am not finding Makefile.ssl file. Please can you tell me How this is taken care. I need to edit my Makefile which invokes Makefile.ssl. So I am thinking of how to handle this. Regards, Jayalakshmi. ___

Re: Problems building 0.9.8a on Intel Mac

2006-04-18 Thread Marko Asplund
On 2006-04-14, at 12.26, Nils Larsch wrote: try a recent snapshot from the stable branch and let openssl build shared libraries (see first problem mentioned in the PROBLEM file). i tried the workaround described in the PROBLEMS file with openssl-0.9.8-stable-SNAP-20060417. openssl binary se

RE: strange problem of "no shared cipher" for no certificateTLSconnection

2006-04-18 Thread Marek Marcola
Hello, > I have tried. It did not work. Since my work is based on ACE_SSL, I tried > with ACE_SSL example program. > Still could not setup TLS connection. Seems like an ACE_SSL bug. Try ssldump or simply tcpdump to get handshake client_hello packet to check if client tries to send ADH ciphers.

Re: Licenses...

2006-04-18 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Mon, 17 Apr 2006 21:51:10 -0700, "Ted Mittelstaedt" <[EMAIL PROTECTED]> said: tedm> >If your point is that the "openssl authors" don't want to tedm> >change the license because Eric (presumably) doesn't want to tedm> >change the license, then there is nowhere lef

RE: strange problem of "no shared cipher" for no certificateTLSconnection

2006-04-18 Thread Zhang, Long \(Roger\)
Hi, Marek, I have tried. It did not work. Since my work is based on ACE_SSL, I tried with ACE_SSL example program. Still could not setup TLS connection. Seems like an ACE_SSL bug. Thanks, Roger > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Marek

RE: strange problem of "no shared cipher" for no certificate TLSconnection

2006-04-18 Thread Marek Marcola
Hello, > I used SSL_CTX_set_cipher_list() to try all kinds of ADH plus aNULL, eNULL, > NULL and ALL. > The connection still could not be setup without server certificate. On server side: - generate DH parameters file: # openssl dhparam 512 -out dhparm.pem - add co