testing: Migrated tnc scenarios to new default plugins

This commit is contained in:
Andreas Steffen
2024-11-22 14:14:53 +01:00
committed by Tobias Brunner
parent 11bb0a73b8
commit 2e4c062512
49 changed files with 49 additions and 49 deletions
@@ -1,7 +1,7 @@
# /etc/strongswan.conf - strongSwan configuration file
charon-systemd {
load = random nonce pem pkcs1 x509 openssl revocation constraints curl vici socket-default kernel-netlink tnc-pdp tnc-imv tnc-tnccs tnccs-20 sqlite
load = random nonce openssl pem pkcs1 openssl revocation constraints curl vici socket-default kernel-netlink tnc-pdp tnc-imv tnc-tnccs tnccs-20 sqlite
syslog {
daemon {
@@ -15,7 +15,7 @@ libimcv {
}
pt-tls-client {
load = revocation constraints pem openssl curl sqlite nonce tnc-tnccs tnc-imc tnccs-20
load = revocation constraints pem openssl curl sqlite nonce openssl tnc-tnccs tnc-imc tnccs-20
}
sw-collector {
@@ -18,5 +18,5 @@ libtls {
}
pt-tls-client {
load = revocation constraints pem openssl curl nonce tnc-tnccs tnc-imc tnccs-20
load = revocation constraints pem openssl curl nonce openssl tnc-tnccs tnc-imc tnccs-20
}