mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
19 lines
463 B
Plaintext
Executable File
19 lines
463 B
Plaintext
Executable File
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
swanctl {
|
|
load = pem pkcs1 x509 revocation constraints pubkey openssl random
|
|
}
|
|
|
|
charon-systemd {
|
|
load = test-vectors random drbg nonce sha1 sha2 sha3 aes hmac pem pkcs1 x509 revocation constraints pubkey curve25519 frodo gmp curl kernel-netlink socket-default updown vici
|
|
|
|
send_vendor_id = yes
|
|
max_packet = 30000
|
|
fragment_size = 1500
|
|
integrity_test = yes
|
|
|
|
crypto_test {
|
|
on_add = yes
|
|
}
|
|
}
|