testing: Add an IKEv2 host2host AH transport mode test case

This commit is contained in:
Martin Willi
2013-10-11 10:15:22 +02:00
parent 850bab6d58
commit 80a82b8d67
9 changed files with 89 additions and 0 deletions
@@ -0,0 +1,17 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
conn %default
keyexchange=ikev2
conn host-host
left=PH_IP_MOON
leftcert=moonCert.pem
[email protected]
leftfirewall=yes
right=PH_IP_SUN
[email protected]
type=transport
ah=aesxcbc
auto=add
@@ -0,0 +1,6 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 revocation hmac xcbc stroke kernel-netlink socket-default updown
multiple_authentication = no
}
@@ -0,0 +1,17 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
conn %default
keyexchange=ikev2
conn host-host
left=PH_IP_SUN
leftcert=sunCert.pem
[email protected]
leftfirewall=yes
right=PH_IP_MOON
[email protected]
type=transport
ah=aesxcbc
auto=add
@@ -0,0 +1,6 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 revocation hmac xcbc stroke kernel-netlink socket-default updown
multiple_authentication = no
}