testing: Add TKM scenarios with multiple key exchanges

This commit is contained in:
Tobias Brunner
2024-09-19 14:39:13 +02:00
parent 5a8f0767b8
commit 2b1885b892
19 changed files with 316 additions and 6 deletions
@@ -0,0 +1,25 @@
connections {
host-host {
local_addrs = PH_IP_SUN
remote_addrs = PH_IP_MOON
proposals = aes256-sha512-modp3072-ke1_modp4096
local {
auth = pubkey
certs = sunCert.pem
id = sun.strongswan.org
}
remote {
auth = pubkey
id = moon.strongswan.org
}
children {
host-host {
mode = transport
esp_proposals = aes256-sha512-modp3072-ke1_modp4096
}
}
}
}