]> git.ipfire.org Git - thirdparty/strongswan.git/blob - testing/tests/ikev2/rw-eap-tls-fragments/hosts/moon/etc/strongswan.conf
f9a4c423a2868ac0877dc73be8a998b56cf97241
[thirdparty/strongswan.git] / testing / tests / ikev2 / rw-eap-tls-fragments / hosts / moon / etc / strongswan.conf
1 # /etc/strongswan.conf - strongSwan configuration file
2
3 swanctl {
4 load = pem pkcs1 x509 revocation constraints pubkey openssl random
5 }
6
7 charon-systemd {
8 load = random nonce aes md5 sha1 sha2 pem pkcs1 curve25519 mgf1 gmp x509 curl revocation hmac kdf gcm vici kernel-netlink socket-default eap-tls updown
9
10 multiple_authentication=no
11 syslog {
12 daemon {
13 tls = 2
14 }
15 }
16 plugins {
17 eap-tls {
18 max_message_count = 40
19 }
20 }
21 }
22
23 libtls {
24 suites = TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
25 }