RE: anonymous DH for DTLS

2011-12-02 Thread Dave Thompson
> 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 >

Re: anonymous DH for DTLS

2011-12-01 Thread Odomae Bro
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

RE: anonymous DH for DTLS

2011-12-01 Thread Dave Thompson
> 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

anonymous DH for DTLS

2011-12-01 Thread Odomae Bro
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!