diff options
author | Jouni Malinen <j@w1.fi> | 2014-10-12 08:53:51 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2014-10-12 08:55:13 (GMT) |
commit | 07e2de3193b0a10d1e0a6d0343698b740b279047 (patch) | |
tree | cc09567d2ae5d3b112c80e7f737fe3ff37e67647 /wpa_supplicant/wpa_cli.c | |
parent | f8995f8f1cbed905cd222c056270fea94a9a61c6 (diff) | |
download | hostap-07e2de3193b0a10d1e0a6d0343698b740b279047.zip hostap-07e2de3193b0a10d1e0a6d0343698b740b279047.tar.gz hostap-07e2de3193b0a10d1e0a6d0343698b740b279047.tar.bz2 |
wpa_supplicant: Allow OpenSSL cipherlist string to be configured
The new openssl_cipher configuration parameter can be used to select
which TLS cipher suites are enabled for TLS-based EAP methods when
OpenSSL is used as the TLS library. This parameter can be used both as a
global parameter to set the default for all network blocks and as a
network block parameter to override the default for each network
profile.
Signed-off-by: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'wpa_supplicant/wpa_cli.c')
-rw-r--r-- | wpa_supplicant/wpa_cli.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wpa_supplicant/wpa_cli.c b/wpa_supplicant/wpa_cli.c index fe30b41..2bb3b65 100644 --- a/wpa_supplicant/wpa_cli.c +++ b/wpa_supplicant/wpa_cli.c @@ -610,7 +610,8 @@ static char ** wpa_cli_complete_set(const char *str, int pos) /* global configuration parameters */ "eapol_version", "ap_scan", "disable_scan_offload", "fast_reauth", "opensc_engine_path", "pkcs11_engine_path", - "pkcs11_module_path", "pcsc_reader", "pcsc_pin", + "pkcs11_module_path", "openssl_ciphers", + "pcsc_reader", "pcsc_pin", "driver_param", "dot11RSNAConfigPMKLifetime", "dot11RSNAConfigPMKReauthThreshold", "dot11RSNAConfigSATimeout", |