strongswan.conf 308 B

1234567891011
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. charon {
  3. load = test-vectors aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 curl revocation hmac xcbc cmac ctr ccm gcm vici kernel-netlink socket-default updown
  4. integrity_test = yes
  5. crypto_test {
  6. required = yes
  7. on_add = yes
  8. }
  9. }