Annotation of embedaddon/strongswan/testing/tests/ikev2/rw-eap-peap-md5/hosts/moon/etc/strongswan.conf, revision 1.1.1.2

1.1       misho       1: # /etc/strongswan.conf - strongSwan configuration file
                      2: 
                      3: charon {
1.1.1.2 ! misho       4:   load = random nonce aes sha1 sha2 md5 pem pkcs1 curve25519 mfg1 gmp x509 curl revocation hmac stroke kernel-netlink socket-default eap-identity eap-md5 eap-peap updown
1.1       misho       5:   multiple_authentication=no
                      6: 
                      7:   plugins {
                      8:     eap-peap {
                      9:       phase2_method = md5
                     10:       phase2_piggyback = yes
                     11:    }
                     12:  }
                     13: }

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