Annotation of embedaddon/strongswan/testing/tests/tnc/tnccs-11/hosts/dave/etc/strongswan.conf, revision 1.1.1.2

1.1       misho       1: # /etc/strongswan.conf - strongSwan configuration file
                      2: 
                      3: charon-systemd {
1.1.1.2 ! misho       4:   load = random nonce aes sha1 sha2 md5 mgf1 gmp hmac pem pkcs1 x509 revocation curl vici kernel-netlink socket-default eap-identity eap-md5 eap-ttls eap-tnc tnc-imc tnc-tnccs tnccs-11 updown
1.1       misho       5: 
                      6:   multiple_authentication=no
                      7: 
                      8:   syslog {
                      9:     daemon {
                     10:       tnc = 3
                     11:       imc = 3
                     12:     }
                     13:   }
                     14:   plugins {
                     15:     eap-tnc {
                     16:       protocol = tnccs-1.1
                     17:     }
                     18:   }
                     19: }
                     20: 
                     21: libtls {
                     22:   suites = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
                     23: }
                     24: 
                     25: libimcv {
                     26:   plugins {
                     27:     imc-test {
                     28:       command = isolate
                     29:     }
                     30:     imc-scanner {
                     31:       push_info = no
                     32:     }
                     33:   }
                     34: }

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