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
could succeed without
certificate? Confused and frustrated. :(
Roger
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Marek Marcola
> Sent: Saturday, April 15, 2006 12:06 AM
> To: openssl-users@openssl.org
> Subject: Re: strange pro