]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
update docs
authorAlan T. DeKok <aland@freeradius.org>
Tue, 26 Sep 2017 21:12:42 +0000 (17:12 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 27 Sep 2017 16:25:25 +0000 (12:25 -0400)
raddb/mods-available/eap

index fd2e4e076f4d371fa1b8e0cae71aa2beb4bead2c..b72d37c21ba28c70a15a3772cf78d8d0ed5fb7dc 100644 (file)
@@ -1027,11 +1027,6 @@ eap {
        fast {
                # Point to the common TLS configuration
                #
-               # cipher_list though must include "ADH" for anonymous provisioning.
-               # This is not as straight forward as appending "ADH" alongside
-               # "DEFAULT" as "DEFAULT" contains "!aNULL" so instead it is
-               # recommended "ALL:!EXPORT:!eNULL:!SSLv2" is used
-               #
                tls = tls-common
 
                #
@@ -1042,9 +1037,16 @@ eap {
                #  specifications mandata a different set of ciphers
                #  than are used by the other EAP methods.
                #
+               #  cipher_list though must include "ADH" for anonymous provisioning.
+               #  This is not as straight forward as appending "ADH" alongside
+               #  "DEFAULT" as "DEFAULT" contains "!aNULL" so instead it is
+               #  recommended "ALL:!EXPORT:!eNULL:!SSLv2" is used
+               #
+               #  Note - for OpenSSL 1.1.0 and above you may need
+               #  to add ":@SECLEVEL=0"
+               #
                cipher_list = "ALL:!EXPORT:!eNULL:!SSLv2"
 
-
                # PAC lifetime in seconds (default: seven days)
                #
                pac_lifetime = 604800