testing: Migrated ikev2 scenarios to new default plugins

This commit is contained in:
Andreas Steffen
2024-11-22 14:14:52 +01:00
committed by Tobias Brunner
parent 9de4efb1ae
commit 2099a52618
359 changed files with 630 additions and 610 deletions
@@ -1,9 +1,9 @@
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = pem pkcs1 pkcs8 curve25519 x509 revocation constraints pubkey openssl random
load = pem pkcs1 pkcs8 x509 revocation constraints pubkey openssl random
}
charon-systemd {
load = random nonce sha1 sha2 aes hmac kdf pem pkcs1 pkcs8 x509 revocation constraints pubkey curve25519 gmp curl kernel-netlink socket-default updown vici
load = random nonce pem pkcs1 pkcs8 x509 revocation constraints pubkey openssl curl kernel-netlink socket-default updown vici
}
@@ -1,9 +1,9 @@
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = pem pkcs1 pkcs8 curve25519 x509 revocation constraints pubkey openssl random
load = pem pkcs1 pkcs8 x509 revocation constraints pubkey openssl random
}
charon-systemd {
load = random nonce sha1 sha2 aes hmac kdf pem pkcs1 pkcs8 x509 revocation constraints pubkey curve25519 gmp curl kernel-netlink socket-default updown vici
load = random nonce pem pkcs1 pkcs8 x509 revocation constraints pubkey openssl curl kernel-netlink socket-default updown vici
}
@@ -1,13 +1,15 @@
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = pem pkcs1 pkcs8 curve25519 x509 revocation constraints pubkey openssl random
load = pem pkcs1 pkcs8 x509 revocation constraints pubkey openssl random
}
charon-systemd {
load = random nonce sha1 sha2 aes hmac kdf pem pkcs1 pkcs8 x509 revocation constraints pubkey curve25519 gmp curl kernel-netlink socket-default updown vici
load = random nonce pem pkcs1 pkcs8 x509 revocation constraints pubkey openssl curl kernel-netlink socket-default updown vici
syslog {
daemon {
default = 1 }
default = 1
}
}
}