12 lines
247 B
Plaintext
12 lines
247 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
charon {
|
|
load = curl test-vectors aes des sha1 sha2 md5 gmp random x509 pubkey hmac xcbc stroke kernel-pfkey kernel-netlink updown
|
|
}
|
|
|
|
libstrongswan {
|
|
crypto_test {
|
|
on_add = yes
|
|
}
|
|
}
|