Files
strongswan-ext/testing/tests/ikev2/net2net-ntru-bandwidth/hosts/sun/etc/strongswan.conf
T
Tobias Brunner 3a52fc83f8 testing: Load kdf plugin in all scenarios that require it
Once we use plugin-provided prf+() these won't work otherwise.
2022-04-14 19:02:48 +02:00

24 lines
493 B
Plaintext
Executable File

# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = pem pkcs1 x509 revocation constraints pubkey openssl random
}
charon-systemd {
load = random drbg nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl mgf1 ntru revocation hmac kdf vici kernel-netlink socket-default updown
multiple_authentication = no
send_vendor_id = yes
syslog {
daemon {
ike = 4
lib = 4
}
}
plugins {
ntru {
parameter_set = x9_98_bandwidth
}
}
}