strongswan.conf 578 B

12345678910111213141516171819202122232425262728
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. charon-systemd {
  3. load = random nonce aes sha1 sha2 md5 pem pkcs1 gmp hmac x509 revocation curl vici kernel-netlink socket-default eap-identity eap-md5 eap-ttls eap-tnc tnc-imc tnc-tnccs tnccs-20 updown
  4. syslog {
  5. daemon {
  6. tnc = 2
  7. imc = 3
  8. }
  9. }
  10. plugins {
  11. eap-ttls {
  12. max_message_count = 0
  13. }
  14. eap-tnc {
  15. max_message_count = 0
  16. }
  17. tnccs-20 {
  18. max_batch_size = 16370
  19. max_message_size = 16338
  20. }
  21. }
  22. }
  23. libtls {
  24. suites = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
  25. }