Annotation of embedaddon/strongswan/testing/tests/route-based/net2net-xfrmi-ike/hosts/sun/etc/strongswan.conf, revision 1.1.1.1

1.1       misho       1: # /etc/strongswan.conf - strongSwan configuration file
                      2: 
                      3: swanctl {
                      4:   load = pem pkcs1 x509 revocation constraints pubkey openssl random
                      5: }
                      6: 
                      7: charon-systemd {
                      8:   load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac vici kernel-netlink socket-default
                      9:   start-scripts {
                     10:     updown = /usr/bin/python /etc/updown.py
                     11:   }
                     12: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>