Annotation of embedaddon/strongswan/testing/tests/tnc/tnccs-20-fail-init/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 pem pkcs1 mgf1 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
1.1       misho       5: 
                      6:   multiple_authentication = no
                      7: 
                      8:   syslog {
                      9:     daemon {
                     10:       tnc = 3
                     11:       imc = 3
                     12:     }
                     13:   }
                     14:   plugins {
                     15:     tnc-imc {
                     16:       preferred_language = ru, pl  , de
                     17:     }
                     18:     tnccs-20 {
                     19:       tests {
                     20:         pb_tnc_noskip = yes
                     21:       }
                     22:     }
                     23:   }
                     24: }
                     25: 
                     26: libtls {
                     27:   suites = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
                     28: }
                     29: 
                     30: libimcv {
                     31:   plugins {
                     32:     imc-test {
                     33:       command = isolate
                     34:     }
                     35:   }
                     36: }

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