13 lines
237 B
Plaintext
13 lines
237 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
charon {
|
|
load = curl test-vectors pem pkcs1 openssl random x509 hmac stroke kernel-netlink updown
|
|
}
|
|
|
|
libstrongswan {
|
|
integrity_test = yes
|
|
crypto_test {
|
|
on_add = yes
|
|
}
|
|
}
|