21 lines
479 B
Plaintext
21 lines
479 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
charon {
|
|
load = aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 curl revocation hmac stroke kernel-netlink socket-default eap-identity eap-md5 eap-ttls eap-tnc tnc-imc tnc-tnccs tnccs-20 updown
|
|
|
|
retransmit_timeout =
|
|
|
|
plugins {
|
|
eap-ttls {
|
|
max_message_count = 0
|
|
}
|
|
eap-tnc {
|
|
max_message_count = 0
|
|
}
|
|
tnccs-20 {
|
|
max_batch_size = 16370
|
|
max_message_size = 16338
|
|
}
|
|
}
|
|
}
|