Annotation of embedaddon/strongswan/testing/tests/ikev2/critical-extension/hosts/moon/etc/strongswan.conf, revision 1.1.1.1

1.1       misho       1: # /etc/strongswan.conf - strongSwan configuration file
                      2: 
                      3: charon {
                      4:   load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac stroke kernel-netlink socket-default updown
                      5: 
                      6:   multiple_authentication = no
                      7:   
                      8:   x509 {
                      9:     enforce_critical = no
                     10:   }
                     11: }

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