]> git.ipfire.org Git - thirdparty/strongswan.git/blame - testing/tests/tnc/tnccs-20/hosts/carol/etc/strongswan.conf
testing: Globally define logging via syslog for charon-systemd
[thirdparty/strongswan.git] / testing / tests / tnc / tnccs-20 / hosts / carol / etc / strongswan.conf
CommitLineData
ea7c8b38
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
8d590903
AS
5
6 multiple_authentication = no
6aa77031 7
6aa77031 8 syslog {
6aa77031
AS
9 daemon {
10 tnc = 3
11 imc = 3
12 }
13 }
14}
15
16libtls {
17 suites = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
2e600600
AS
18}
19
20libimcv {
21 plugins {
22 imc-test {
23 command = allow
63179fd4 24 additional_ids = 2
ea7c8b38
AS
25 }
26 }
27}