|
@@ -763,6 +763,15 @@ eap_server=0
|
|
|
# "openssl dhparam -out /etc/hostapd.dh.pem 1024"
|
|
|
#dh_file=/etc/hostapd.dh.pem
|
|
|
|
|
|
+# OpenSSL cipher string
|
|
|
+#
|
|
|
+# This is an OpenSSL specific configuration option for configuring the default
|
|
|
+# ciphers. If not set, "DEFAULT:!EXP:!LOW" is used as the default.
|
|
|
+# See https://www.openssl.org/docs/apps/ciphers.html for OpenSSL documentation
|
|
|
+# on cipher suite configuration. This is applicable only if hostapd is built to
|
|
|
+# use OpenSSL.
|
|
|
+#openssl_ciphers=DEFAULT:!EXP:!LOW
|
|
|
+
|
|
|
# Fragment size for EAP methods
|
|
|
#fragment_size=1400
|
|
|
|