15 lines
251 B
Plaintext
15 lines
251 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
pluto {
|
|
load = test-vectors gcrypt pubkey hmac curl
|
|
}
|
|
|
|
# pluto uses optimized DH exponent sizes (RFC 3526)
|
|
|
|
libstrongswan {
|
|
dh_exponent_ansi_x9_42 = no
|
|
crypto_test {
|
|
on_add = yes
|
|
}
|
|
}
|