testing: Migrated ikev2 scenarios to new default plugins
This commit is contained in:
committed by
Tobias Brunner
parent
9de4efb1ae
commit
2099a52618
@@ -1,9 +1,9 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
swanctl {
|
||||
load = pem pkcs1 x509 revocation constraints pubkey openssl random
|
||||
load = pem pkcs1 revocation constraints pubkey openssl random
|
||||
}
|
||||
|
||||
charon-systemd {
|
||||
load = random nonce aes sha1 sha2 hmac kdf pem pkcs1 x509 revocation xcbc gmp curl kernel-netlink socket-default updown vici
|
||||
load = random nonce openssl pem pkcs1 revocation xcbc kdf curl kernel-netlink socket-default updown vici
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ connections {
|
||||
rekey_time = 5400
|
||||
rekey_bytes = 500000000
|
||||
rekey_packets = 1000000
|
||||
ah_proposals = aesxcbc
|
||||
ah_proposals = aesxcbc-modp3072
|
||||
mode = transport
|
||||
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
swanctl {
|
||||
load = pem pkcs1 x509 revocation constraints pubkey openssl random
|
||||
load = pem pkcs1 revocation constraints pubkey openssl random
|
||||
}
|
||||
|
||||
charon-systemd {
|
||||
load = random nonce aes sha1 sha2 hmac kdf pem pkcs1 x509 revocation xcbc gmp curl kernel-netlink socket-default updown vici
|
||||
load = random nonce openssl pem pkcs1 revocation xcbc kdf curl kernel-netlink socket-default updown vici
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ connections {
|
||||
rekey_time = 5400
|
||||
rekey_bytes = 500000000
|
||||
rekey_packets = 1000000
|
||||
ah_proposals = aesxcbc
|
||||
ah_proposals = aesxcbc-modp3072
|
||||
mode = transport
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user