]> git.ipfire.org Git - people/ms/strongswan.git/blob - testing/tests/ikev2/net2net-ntru-bandwidth/hosts/sun/etc/strongswan.conf
testing: Migrate ikev2-stroke-bye scenarios to vici
[people/ms/strongswan.git] / testing / tests / ikev2 / net2net-ntru-bandwidth / hosts / sun / 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 drbg nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl mgf1 ntru revocation hmac vici kernel-netlink socket-default updown
9
10 multiple_authentication = no
11 send_vendor_id = yes
12
13 syslog {
14 daemon {
15 ike = 4
16 lib = 4
17 }
18 }
19 plugins {
20 ntru {
21 parameter_set = x9_98_bandwidth
22 }
23 }
24 }