Annotation of embedaddon/strongswan/testing/tests/tnc/tnccs-20-mutual-pt-tls/hosts/moon/etc/strongswan.conf, revision 1.1.1.1

1.1       misho       1: # /etc/strongswan.conf - strongSwan configuration file
                      2: 
                      3: pt-tls-client {
                      4:   load = random nonce x509 openssl pem pkcs1 revocation curl tnc-tnccs tnc-imc tnc-imv tnccs-20 
                      5: }
                      6: 
                      7: libtls {
                      8:   suites = TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
                      9: }
                     10: 
                     11: libimcv {
                     12:   plugins {
                     13:     imc-test {
                     14:       command = allow
                     15:     }
                     16:     imv-test {
                     17:       rounds = 1
                     18:     }   
                     19:   }
                     20: }

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