> From: owner-openssl-us...@openssl.org On Behalf Of Odomae Bro
> Sent: Thursday, 01 December, 2011 20:59
> I used the built in s_server and s_client (command line) as follows
> and the ssl connection is established.
> openssl s_server -nocert -cipher aNULL
>
Hi Dave
Thanks for your reply. In the code for s_server and s_client, I manually
set cipher= "aNULL" and I still get the same error.
One thing to note is:
I used the built in s_server and s_client (command line) as follows and the
ssl connection is established.
openssl s_server -nocert -ciphe
> From: owner-openssl-us...@openssl.org On Behalf Of Odomae Bro
> Sent: Thursday, 01 December, 2011 16:17
> I would like to turn off certificates and use anonymous DH for
> a DTLS exchange. What flags do I use in the s_server and s_client
programs?
> I set the -no
Hi!
I would like to turn off certificates and use anonymous DH for a DTLS
exchange. What flags do I use in the s_server and s_client programs?
I set the -nocert flag in s_server, but I am getting the error " no cipher
suite exchanged".
Thanks!