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

1.1       misho       1: # /etc/strongswan.conf - strongSwan configuration file
                      2: 
                      3: libimcv {
                      4:   swid_gen {
                      5:     tag_creator {
                      6:       name = Debian Project
                      7:       regid = debian.org
                      8:     }
                      9:   }
                     10:   plugins {
                     11:     imc-os {
                     12:       push_info = no
                     13:     }
                     14:     imc-swima {
                     15:       swid_directory = /usr/share
                     16:       swid_pretty = yes
                     17:     }
                     18:   }
                     19: }
                     20: 
                     21: libtls {
1.1.1.2 ! misho      22:   version_max = 1.3
        !            23:   suites = TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384
1.1       misho      24: }
                     25: 
                     26: pt-tls-client {
                     27:   load = revocation constraints pem openssl curl nonce tnc-tnccs tnc-imc tnccs-20
                     28: }

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