]> git.ipfire.org Git - thirdparty/strongswan.git/blob - testing/tests/tnc/tnccs-20-fail-resp/hosts/moon/etc/strongswan.conf
testing: Globally define logging via syslog for charon-systemd
[thirdparty/strongswan.git] / testing / tests / tnc / tnccs-20-fail-resp / hosts / moon / etc / strongswan.conf
1 # /etc/strongswan.conf - strongSwan configuration file
2
3 charon-systemd {
4 load = random nonce aes sha1 sha2 md5 pem pkcs1 gmp hmac x509 revocation curl vici kernel-netlink socket-default eap-identity eap-ttls eap-md5 eap-tnc tnc-imv tnc-tnccs tnccs-20 updown
5
6 multiple_authentication = no
7
8 syslog {
9 daemon {
10 tnc = 3
11 imv = 3
12 }
13 }
14 plugins {
15 eap-ttls {
16 phase2_method = md5
17 phase2_piggyback = yes
18 phase2_tnc = yes
19 }
20 tnccs-20 {
21 tests {
22 pb_tnc_version = 3
23 }
24 }
25 }
26 }
27
28 libtls {
29 suites = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
30 }
31
32 libimcv {
33 plugins {
34 imv-test {
35 rounds = 1
36 }
37 }
38 }