summaryrefslogtreecommitdiff
path: root/testing/tests/tnc/tnccs-20-pt-tls/hosts/carol/etc/strongswan.conf
blob: de2fea2449381fc3f401357380ebf5f94e4a4f4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# /etc/strongswan.conf - strongSwan configuration file

libimcv {
  plugins {
    imc-os {
      push_info = yes 
    }
    imc-swid {
      #swid_directory = /usr/share
    }
  }
}

libtnccs {
  plugins {
    tnccs-20 {
      max_batch_size   = 131056
      max_message_size = 131024
    }
  }
}

pt-tls-client {
  load = curl revocation constraints pem openssl nonce tnc-tnccs tnc-imc tnccs-20
}