Merged libstrongswan options into charon section

This commit is contained in:
Andreas Steffen
2014-03-15 14:07:34 +01:00
parent f2a3a01134
commit c683b389ba
98 changed files with 41 additions and 240 deletions
@@ -2,20 +2,14 @@
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-11 updown
multiple_authentication=no
integrity_test = yes
plugins {
eap-tnc {
protocol = tnccs-1.1
}
}
}
libstrongswan {
integrity_test = yes
}
libimcv {
plugins {
imc-test {
command = allow
}
@@ -2,20 +2,14 @@
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
multiple_authentication=no
integrity_test = yes
plugins {
eap-tnc {
protocol = tnccs-2.0
}
}
}
libstrongswan {
integrity_test = yes
}
libimcv {
plugins {
imc-test {
command = isolate
}
@@ -2,7 +2,10 @@
charon {
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 revocation hmac stroke kernel-netlink socket-default eap-identity eap-ttls eap-md5 eap-tnc tnc-tnccs tnccs-dynamic tnccs-11 tnccs-20 tnc-imv updown
multiple_authentication=no
integrity_test = yes
plugins {
eap-ttls {
phase2_method = md5
@@ -14,17 +17,3 @@ charon {
}
}
}
libstrongswan {
integrity_test = yes
}
libimcv {
plugins {
imv-scanner {
closed_port_policy = yes
tcp_ports = 22
udp_ports = 500 4500
}
}
}