]> git.ipfire.org Git - thirdparty/strongswan.git/blame - testing/tests/tnc/tnccs-20-fail-init/hosts/carol/etc/strongswan.conf
testing: Globally define logging via syslog for charon-systemd
[thirdparty/strongswan.git] / testing / tests / tnc / tnccs-20-fail-init / hosts / carol / etc / strongswan.conf
CommitLineData
883c11ca
AS
1# /etc/strongswan.conf - strongSwan configuration file
2
13a3f20f 3charon-systemd {
6aa77031 4 load = random nonce aes sha1 sha2 md5 pem pkcs1 gmp hmac x509 revocation curl vici kernel-netlink socket-default eap-identity eap-md5 eap-ttls eap-tnc tnc-tnccs tnc-imc tnccs-20 updown
883c11ca
AS
5
6 multiple_authentication = no
7
6aa77031 8 syslog {
6aa77031
AS
9 daemon {
10 tnc = 3
11 imc = 3
12 }
13 }
883c11ca
AS
14 plugins {
15 tnccs-20 {
16 tests {
17 pb_tnc_version = 3
18 }
19 }
20 }
21}
22
6aa77031
AS
23libtls {
24 suites = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
25}
26
883c11ca
AS
27libimcv {
28 plugins {
29 imc-test {
30 command = allow
31 }
32 }
33}