eap_example: Fix configuration by added DH parameters
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 17 Apr 2015 08:26:36 +0000 (11:26 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 17 Apr 2015 08:26:36 +0000 (11:26 +0300)
commit897418a28d24d8adc85ffdbe010f84becd9dc822
treed27302031a94c19e5386ba468032beca6f7f126a
parent1acf38f1a5aa19169035de9b611fc76440729c0b
eap_example: Fix configuration by added DH parameters

The internal TLS implementation supports number of additional cipher
suites that require DH parameters to be set on the server. Such a cipher
suite is selected by default in the eap_example case which prevented the
TLS handshake from completing successfully. Fix this by adding DH
parameters to the server configuration.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
eap_example/dh.conf [new file with mode: 0644]
eap_example/eap_example_server.c