Fix s_server problem with no-ec
authorMatt Caswell <matt@openssl.org>
Tue, 15 Dec 2015 10:43:44 +0000 (10:43 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 15 Dec 2015 11:26:38 +0000 (11:26 +0000)
commit8caab744f5698ed2b55eca20f032540f713327fd
tree595b532b5149361b2a71decd6ecafdcbf1964142
parent73cd6175b970fa63c9c70d769febd91f3c7b5cdd
Fix s_server problem with no-ec

s_server was trying to set the ECDH curve when no-ec was defined. This also
highlighted the fact that the -no_ecdhe option to s_server is broken, and
doesn't make any sense any more (ECDHE is on by default and the only way it
can be disabled is through the cipherstring). Therefore this commit removes
the option.

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
CHANGES
apps/s_apps.h
apps/s_cb.c
apps/s_client.c
apps/s_server.c
doc/apps/s_server.pod