Annotation of embedaddon/strongswan/testing/tests/tnc/tnccs-20-tls/hosts/carol/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:   multiple_authentication = no
        !             7: 
        !             8:   syslog {
        !             9:     daemon {
        !            10:       tnc = 2
        !            11:       imc = 2
        !            12:     }
        !            13:   }
        !            14: }
        !            15: 
        !            16: libtls {
        !            17:   suites = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
        !            18: }
        !            19: 
        !            20: libimcv {
        !            21:   plugins {
        !            22:     imc-test {
        !            23:       command = allow
        !            24:     }
        !            25:   }
        !            26: }

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