diff options
Diffstat (limited to 'testing/tests/tnc/tnccs-20-pts-no-ecc/hosts/moon/etc/strongswan.conf')
-rw-r--r-- | testing/tests/tnc/tnccs-20-pts-no-ecc/hosts/moon/etc/strongswan.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/tests/tnc/tnccs-20-pts-no-ecc/hosts/moon/etc/strongswan.conf b/testing/tests/tnc/tnccs-20-pts-no-ecc/hosts/moon/etc/strongswan.conf index 07d620c0e..e72ab0920 100644 --- a/testing/tests/tnc/tnccs-20-pts-no-ecc/hosts/moon/etc/strongswan.conf +++ b/testing/tests/tnc/tnccs-20-pts-no-ecc/hosts/moon/etc/strongswan.conf @@ -1,7 +1,7 @@ # /etc/strongswan.conf - strongSwan configuration file charon { - load = curl aes md5 sha1 sha2 hmac gmp pem pkcs1 random nonce x509 revocation stroke kernel-netlink socket-default eap-identity eap-ttls eap-md5 eap-tnc tnc-imv tnc-tnccs tnccs-20 updown sqlite + load = aes md5 sha1 sha2 hmac gmp pem pkcs1 random nonce x509 curl revocation stroke kernel-netlink socket-default eap-identity eap-ttls eap-md5 eap-tnc tnc-imv tnc-tnccs tnccs-20 updown sqlite multiple_authentication = no @@ -30,4 +30,3 @@ attest { load = random nonce openssl sqlite database = sqlite:///etc/pts/config.db } - |