Annotation of embedaddon/strongswan/testing/tests/tnc/tnccs-11/hosts/moon/etc/strongswan.conf, revision 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-11 tnc-imv updown
        !             5: 
        !             6:   multiple_authentication = no
        !             7: 
        !             8:   syslog {
        !             9:     daemon {
        !            10:       tnc = 3
        !            11:       imv = 3
        !            12:     }
        !            13:   }
        !            14:   plugins {
        !            15:     eap-ttls {
        !            16:       phase2_method = md5
        !            17:       phase2_piggyback = yes
        !            18:       phase2_tnc = yes
        !            19:       phase2_tnc_method = tnc
        !            20:     }
        !            21:     eap-tnc {
        !            22:       protocol = tnccs-1.1
        !            23:     }
        !            24:   }
        !            25: }
        !            26: 
        !            27: libtls {
        !            28:   suites = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
        !            29: }
        !            30: 
        !            31: libimcv {
        !            32:   plugins {
        !            33:     imv-test {
        !            34:       rounds = 1
        !            35:     }
        !            36:   }
        !            37: }

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