Add cipher_list option for setting the allowed TLS cipher suites.
authormgriego <mgriego>
Fri, 31 Mar 2006 03:59:06 +0000 (03:59 +0000)
committermgriego <mgriego>
Fri, 31 Mar 2006 03:59:06 +0000 (03:59 +0000)
raddb/eap.conf

index 4ac2b05..886b02d 100644 (file)
                       #  will fail rejecting the user.
                       #
                #       check_cert_cn = %{User-Name}
+               #
+                       # Set this option to specify the allowed
+                       # TLS cipher suites.  The format is listed
+                       # in "man 1 ciphers".
+               #       cipher_list = "DEFAULT"
                #}
 
                #  The TTLS module implements the EAP-TTLS protocol,