diff options
author | Tobias Brunner <tobias@strongswan.org> | 2014-01-28 17:26:50 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2014-02-12 14:34:32 +0100 |
commit | 409adef43cf387deb1cd00bd56dec3cdd7221181 (patch) | |
tree | d334b9287735ec21f8c9ea0b0b953959dd339233 /man | |
parent | eb9b375aa1b65b0af3ceeae9a0bafc39f4329452 (diff) | |
download | strongswan-409adef43cf387deb1cd00bd56dec3cdd7221181.tar.bz2 strongswan-409adef43cf387deb1cd00bd56dec3cdd7221181.tar.xz |
libtls: Move settings to <ns>.tls with fallback to libtls
Diffstat (limited to 'man')
-rw-r--r-- | man/strongswan.conf.5.in | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/man/strongswan.conf.5.in b/man/strongswan.conf.5.in index 40df77881..7696540a3 100644 --- a/man/strongswan.conf.5.in +++ b/man/strongswan.conf.5.in @@ -379,6 +379,18 @@ set this value too low. The number of idle worker threads listed in .I ipsec statusall might be used as indicator on the number of reserved threads. .TP +.BR charon.tls.cipher +List of TLS encryption ciphers +.TP +.BR charon.tls.key_exchange +List of TLS key exchange methods +.TP +.BR charon.tls.mac +List of TLS MAC algorithms +.TP +.BR charon.tls.suites +List of TLS cipher suites +.TP .BR charon.user Name of the user the daemon changes to after startup .TP @@ -946,19 +958,6 @@ Open/close a PAM session for each active IKE_SA .BR charon.plugins.xauth-pam.trim_email " [yes]" If an email address is given as an XAuth username, trim it to just the username part. -.SS libtls section -.TP -.BR libtls.cipher -List of TLS encryption ciphers -.TP -.BR libtls.key_exchange -List of TLS key exchange methods -.TP -.BR libtls.mac -List of TLS MAC algorithms -.TP -.BR libtls.suites -List of TLS cipher suites .SS libtnccs section .TP .BR libtnccs.tnc_config " [/etc/tnc_config]" |