From 7f76519e369d47b1b4d58c67f08812e68deb1208 Mon Sep 17 00:00:00 2001 From: mgriego Date: Fri, 31 Mar 2006 03:59:06 +0000 Subject: [PATCH] Add cipher_list option for setting the allowed TLS cipher suites. --- raddb/eap.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/raddb/eap.conf b/raddb/eap.conf index 4ac2b05..886b02d 100644 --- a/raddb/eap.conf +++ b/raddb/eap.conf @@ -176,6 +176,11 @@ # 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, -- 2.1.4