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