Annotation of embedaddon/strongswan/testing/tests/tnc/tnccs-20-pdp-eap/hosts/dave/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-md5 eap-ttls eap-tnc tnc-imc tnc-tnccs tnccs-20 updown
        !             5: 
        !             6:   syslog {
        !             7:     daemon {
        !             8:       tnc = 2
        !             9:       imc = 3
        !            10:     }
        !            11:   }
        !            12:   plugins {
        !            13:    eap-ttls {
        !            14:       max_message_count = 0
        !            15:     }
        !            16:     eap-tnc {
        !            17:       max_message_count = 0
        !            18:     }
        !            19:     tnccs-20 {
        !            20:       max_batch_size = 32754
        !            21:       max_message_size = 32722
        !            22:     }
        !            23:   }
        !            24: }
        !            25: 
        !            26: libtls {
        !            27:   suites = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
        !            28: }
        !            29: 
        !            30: libimcv {
        !            31:   plugins {
        !            32:    imc-os {
        !            33:      push_info = no
        !            34:     }
        !            35:     imc-swima {
        !            36:       swid_directory = /usr/share
        !            37:       swid_pretty = no
        !            38:     }
        !            39:   }
        !            40: }

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