Annotation of embedaddon/strongswan/testing/tests/tnc/tnccs-dynamic/hosts/moon/etc/strongswan.conf, revision 1.1.1.1

1.1       misho       1: # /etc/strongswan.conf - strongSwan configuration file
                      2: 
                      3: charon-systemd {
                      4:   load = random nonce aes sha1 sha2 md5 pem pkcs1 gmp hmac x509 revocation curl vici kernel-netlink socket-default eap-identity eap-ttls eap-md5 eap-tnc tnc-tnccs tnccs-dynamic tnccs-11 tnccs-20 tnc-imv updown
                      5: 
                      6:   multiple_authentication=no
                      7:   integrity_test = yes
                      8: 
                      9:   syslog {
                     10:     daemon {
                     11:       tnc = 3
                     12:       imv = 3
                     13:     }
                     14:   }
                     15:   plugins {
                     16:     eap-ttls {
                     17:       phase2_method = md5
                     18:       phase2_piggyback = yes
                     19:       phase2_tnc = yes
                     20:       phase2_tnc_method = tnc
                     21:     }
                     22:     eap-tnc {
                     23:       protocol = tnccs-dynamic
                     24:     }
                     25:   }
                     26: }
                     27: 
                     28: libtls {
                     29:   suites = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
                     30: }
                     31: 

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