File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / testing / tests / tnc / tnccs-20-mutual-pt-tls / hosts / moon / etc / strongswan.conf
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:20:09 2021 UTC (3 years, 5 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, HEAD
strongswan 5.9.2

# /etc/strongswan.conf - strongSwan configuration file

pt-tls-client {
  load = random nonce x509 openssl pem pkcs1 revocation curl tnc-tnccs tnc-imc tnc-imv tnccs-20 
}

libtls {
  version_max = 1.3
  suites = TLS_AES_128_GCM_SHA256
  ke_group = curve25519
}

libimcv {
  plugins {
    imc-test {
      command = allow
    }
    imv-test {
      rounds = 1
    }   
  }
}

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