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

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 {
1.1.1.2 ! misho       8:   version_max = 1.3
        !             9:   suites = TLS_AES_128_GCM_SHA256
        !            10:   ke_group = curve25519
1.1       misho      11: }
                     12: 
                     13: libimcv {
                     14:   plugins {
                     15:     imc-test {
                     16:       command = allow
                     17:     }
                     18:     imv-test {
                     19:       rounds = 1
                     20:     }   
                     21:   }
                     22: }

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