mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
hostapd: Document openssl_ecdh_curves configuration parameter
Signed-off-by: Hristo Venev <hristo@venev.name>
This commit is contained in:
parent
836f0ddac1
commit
464064c7e5
@ -1014,6 +1014,19 @@ eap_server=0
|
||||
# use OpenSSL.
|
||||
#openssl_ciphers=DEFAULT:!EXP:!LOW
|
||||
|
||||
# OpenSSL ECDH curves
|
||||
#
|
||||
# This is an OpenSSL specific configuration option for configuring the ECDH
|
||||
# curves for EAP-TLS/TTLS/PEAP/FAST server. If not set, automatic curve
|
||||
# selection is enabled. If set to an empty string, ECDH curve configuration is
|
||||
# not done (the exact library behavior depends on the library version).
|
||||
# Otherwise, this is a colon separated list of the supported curves (e.g.,
|
||||
# P-521:P-384:P-256). This is applicable only if hostapd is built to use
|
||||
# OpenSSL. This must not be used for Suite B cases since the same OpenSSL
|
||||
# parameter is set differently in those cases and this might conflict with that
|
||||
# design.
|
||||
#openssl_ecdh_curves=P-521:P-384:P-256
|
||||
|
||||
# Fragment size for EAP methods
|
||||
#fragment_size=1400
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user