testing: Migrated route-based scenarios to new default plugins
This commit is contained in:
committed by
Tobias Brunner
parent
8fc6340c05
commit
b891da52b4
@@ -1,11 +1,11 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
swanctl {
|
swanctl {
|
||||||
load = pem pkcs1 x509 revocation constraints pubkey openssl random
|
load = pem pkcs1 revocation constraints pubkey openssl random
|
||||||
}
|
}
|
||||||
|
|
||||||
charon-systemd {
|
charon-systemd {
|
||||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf vici kernel-netlink socket-default updown
|
load = random nonce openssl pem pkcs1 curl revocation vici kernel-netlink socket-default updown
|
||||||
}
|
}
|
||||||
|
|
||||||
charon {
|
charon {
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
swanctl {
|
swanctl {
|
||||||
load = pem pkcs1 x509 revocation constraints pubkey openssl random
|
load = pem pkcs1 revocation constraints pubkey openssl random
|
||||||
}
|
}
|
||||||
|
|
||||||
charon-systemd {
|
charon-systemd {
|
||||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf vici kernel-netlink socket-default updown
|
load = random nonce openssl pem pkcs1 curl revocation vici kernel-netlink socket-default updown
|
||||||
}
|
}
|
||||||
|
|
||||||
charon {
|
charon {
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
swanctl {
|
swanctl {
|
||||||
load = pem pkcs1 x509 revocation constraints pubkey openssl random
|
load = pem pkcs1 revocation constraints pubkey openssl random
|
||||||
}
|
}
|
||||||
|
|
||||||
charon-systemd {
|
charon-systemd {
|
||||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf vici kernel-netlink socket-default updown
|
load = random nonce openssl pem pkcs1 curl revocation vici kernel-netlink socket-default updown
|
||||||
}
|
}
|
||||||
|
|
||||||
charon {
|
charon {
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
swanctl {
|
swanctl {
|
||||||
load = pem pkcs1 x509 revocation constraints pubkey openssl random
|
load = pem pkcs1 revocation constraints pubkey openssl random
|
||||||
}
|
}
|
||||||
|
|
||||||
charon-systemd {
|
charon-systemd {
|
||||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf vici kernel-netlink socket-default updown
|
load = random nonce openssl pem pkcs1 curl revocation vici kernel-netlink socket-default updown
|
||||||
}
|
}
|
||||||
|
|
||||||
charon {
|
charon {
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
swanctl {
|
swanctl {
|
||||||
load = pem pkcs1 x509 revocation constraints pubkey openssl random
|
load = pem pkcs1 revocation constraints pubkey openssl random
|
||||||
}
|
}
|
||||||
|
|
||||||
charon-systemd {
|
charon-systemd {
|
||||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf vici kernel-netlink socket-default updown
|
load = random nonce openssl pem pkcs1 curl revocation vici kernel-netlink socket-default updown
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
swanctl {
|
swanctl {
|
||||||
load = pem pkcs1 x509 revocation constraints pubkey openssl random
|
load = pem pkcs1 revocation constraints pubkey openssl random
|
||||||
}
|
}
|
||||||
|
|
||||||
charon-systemd {
|
charon-systemd {
|
||||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf vici kernel-netlink socket-default
|
load = random nonce openssl pem pkcs1 curl revocation vici kernel-netlink socket-default
|
||||||
start-scripts {
|
start-scripts {
|
||||||
updown = /usr/bin/python3 /etc/updown.py
|
updown = /usr/bin/python3 /etc/updown.py
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
swanctl {
|
swanctl {
|
||||||
load = pem pkcs1 x509 revocation constraints pubkey openssl random
|
load = pem pkcs1 revocation constraints pubkey openssl random
|
||||||
}
|
}
|
||||||
|
|
||||||
charon-systemd {
|
charon-systemd {
|
||||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf vici kernel-netlink socket-default updown
|
load = random nonce openssl pem pkcs1 curl revocation vici kernel-netlink socket-default updown
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
swanctl {
|
swanctl {
|
||||||
load = pem pkcs1 x509 revocation constraints pubkey openssl random
|
load = pem pkcs1 revocation constraints pubkey openssl random
|
||||||
}
|
}
|
||||||
|
|
||||||
charon-systemd {
|
charon-systemd {
|
||||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf vici kernel-netlink socket-default updown
|
load = random nonce openssl pem pkcs1 curl revocation vici kernel-netlink socket-default updown
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
swanctl {
|
swanctl {
|
||||||
load = pem pkcs1 x509 revocation constraints pubkey openssl random
|
load = pem pkcs1 revocation constraints pubkey openssl random
|
||||||
}
|
}
|
||||||
|
|
||||||
charon-systemd {
|
charon-systemd {
|
||||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf vici kernel-netlink socket-default updown
|
load = random nonce openssl pem pkcs1 curl revocation vici kernel-netlink socket-default updown
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
swanctl {
|
swanctl {
|
||||||
load = pem pkcs1 x509 revocation constraints pubkey openssl random
|
load = pem pkcs1 revocation constraints pubkey openssl random
|
||||||
}
|
}
|
||||||
|
|
||||||
charon-systemd {
|
charon-systemd {
|
||||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf vici kernel-netlink socket-default updown
|
load = random nonce openssl pem pkcs1 curl revocation vici kernel-netlink socket-default updown
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
swanctl {
|
swanctl {
|
||||||
load = pem pkcs1 x509 revocation constraints pubkey openssl random
|
load = pem pkcs1 revocation constraints pubkey openssl random
|
||||||
}
|
}
|
||||||
|
|
||||||
charon-systemd {
|
charon-systemd {
|
||||||
load = random nonce aes sha1 sha2 hmac kdf pem pkcs1 x509 revocation curve25519 gmp curl kernel-netlink socket-default updown vici
|
load = random nonce openssl pem pkcs1 revocation curl kernel-netlink socket-default updown vici
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
swanctl {
|
swanctl {
|
||||||
load = pem pkcs1 x509 revocation constraints pubkey openssl random
|
load = pem pkcs1 revocation constraints pubkey openssl random
|
||||||
}
|
}
|
||||||
|
|
||||||
charon-systemd {
|
charon-systemd {
|
||||||
load = random nonce aes sha1 sha2 hmac kdf pem pkcs1 x509 revocation curve25519 gmp curl kernel-netlink socket-default updown vici
|
load = random nonce openssl pem pkcs1 revocation curl kernel-netlink socket-default updown vici
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
swanctl {
|
swanctl {
|
||||||
load = pem pkcs1 x509 revocation constraints pubkey openssl random
|
load = pem pkcs1 revocation constraints pubkey openssl random
|
||||||
}
|
}
|
||||||
|
|
||||||
charon-systemd {
|
charon-systemd {
|
||||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf vici kernel-netlink socket-default updown
|
load = random nonce openssl pem pkcs1 curl revocation vici kernel-netlink socket-default updown
|
||||||
}
|
}
|
||||||
|
|
||||||
charon {
|
charon {
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
swanctl {
|
swanctl {
|
||||||
load = pem pkcs1 x509 revocation constraints pubkey openssl random
|
load = pem pkcs1 revocation constraints pubkey openssl random
|
||||||
}
|
}
|
||||||
|
|
||||||
charon-systemd {
|
charon-systemd {
|
||||||
load = random nonce aes sha1 sha2 hmac kdf pem pkcs1 x509 revocation curve25519 gmp curl kernel-netlink socket-default updown vici
|
load = random nonce openssl pem pkcs1 revocation curl kernel-netlink socket-default updown vici
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
swanctl {
|
swanctl {
|
||||||
load = pem pkcs1 x509 revocation constraints pubkey openssl random
|
load = pem pkcs1 revocation constraints pubkey openssl random
|
||||||
}
|
}
|
||||||
|
|
||||||
charon-systemd {
|
charon-systemd {
|
||||||
load = random nonce aes sha1 sha2 hmac kdf pem pkcs1 x509 revocation curve25519 gmp curl kernel-netlink socket-default updown vici
|
load = random nonce openssl pem pkcs1 revocation curl kernel-netlink socket-default updown vici
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
swanctl {
|
swanctl {
|
||||||
load = pem pkcs1 x509 revocation constraints pubkey openssl random
|
load = pem pkcs1 revocation constraints pubkey openssl random
|
||||||
}
|
}
|
||||||
|
|
||||||
charon-systemd {
|
charon-systemd {
|
||||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf vici kernel-netlink socket-default updown
|
load = random nonce openssl pem pkcs1 curl revocation vici kernel-netlink socket-default updown
|
||||||
}
|
}
|
||||||
|
|
||||||
charon {
|
charon {
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
swanctl {
|
swanctl {
|
||||||
load = pem pkcs1 x509 revocation constraints pubkey openssl random
|
load = pem pkcs1 revocation constraints pubkey openssl random
|
||||||
}
|
}
|
||||||
|
|
||||||
charon-systemd {
|
charon-systemd {
|
||||||
load = random nonce aes sha1 sha2 hmac kdf pem pkcs1 x509 revocation curve25519 gmp curl kernel-netlink socket-default updown vici
|
load = random nonce openssl pem pkcs1 revocation curl kernel-netlink socket-default updown vici
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
swanctl {
|
swanctl {
|
||||||
load = pem pkcs1 x509 revocation constraints pubkey openssl random
|
load = pem pkcs1 revocation constraints pubkey openssl random
|
||||||
}
|
}
|
||||||
|
|
||||||
charon-systemd {
|
charon-systemd {
|
||||||
load = random nonce aes sha1 sha2 hmac kdf pem pkcs1 x509 revocation curve25519 gmp curl kernel-netlink socket-default updown vici
|
load = random nonce openssl pem pkcs1 revocation curl kernel-netlink socket-default updown vici
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
swanctl {
|
swanctl {
|
||||||
load = pem pkcs1 x509 revocation constraints pubkey openssl random
|
load = pem pkcs1 revocation constraints pubkey openssl random
|
||||||
}
|
}
|
||||||
|
|
||||||
charon-systemd {
|
charon-systemd {
|
||||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf vici kernel-netlink socket-default updown
|
load = random nonce openssl pem pkcs1 curl revocation vici kernel-netlink socket-default updown
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user