mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
12 lines
230 B
Plaintext
12 lines
230 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
pluto {
|
|
load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random curl
|
|
}
|
|
|
|
# pluto uses optimized DH exponent sizes (RFC 3526)
|
|
|
|
libstrongswan {
|
|
dh_exponent_ansi_x9_42 = no
|
|
}
|