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,17 @@
# /etc/strongswan.conf - strongSwan configuration file
charon-tkm {
ke_mapping {
15 = 1
16 = 2
}
ca_mapping {
strongswan_ca {
id = 1
fingerprint = CA_SPK_HEX
}
}
start-scripts {
swanctl = /usr/local/sbin/swanctl --load-all --noprompt
}
}