diff options
Diffstat (limited to 'testing/tests/tnc/tnccs-20-pdp-eap/hosts/dave/etc/strongswan.conf')
-rw-r--r-- | testing/tests/tnc/tnccs-20-pdp-eap/hosts/dave/etc/strongswan.conf | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/testing/tests/tnc/tnccs-20-pdp-eap/hosts/dave/etc/strongswan.conf b/testing/tests/tnc/tnccs-20-pdp-eap/hosts/dave/etc/strongswan.conf new file mode 100644 index 000000000..cd9efeecb --- /dev/null +++ b/testing/tests/tnc/tnccs-20-pdp-eap/hosts/dave/etc/strongswan.conf @@ -0,0 +1,30 @@ +# /etc/strongswan.conf - strongSwan configuration file + +charon { + load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 revocation hmac stroke kernel-netlink socket-default eap-identity eap-md5 eap-ttls eap-tnc tnc-imc tnc-tnccs tnccs-20 updown + + plugins { + eap-ttls { + max_message_count = 0 + } + eap-tnc { + max_message_count = 0 + } + tnccs-20 { + max_batch_size = 32754 + max_message_size = 32722 + } + } +} + +libimcv { + plugins { + imc-os { + push_info = no + } + imc-swid { + swid_directory = /usr/share + swid_pretty = no + } + } +} |