added openssl-ikev2/alg-aes-gcm scenario

This commit is contained in:
Andreas Steffen
2013-03-03 11:43:52 +01:00
parent 81419b9748
commit f7580a5a67
11 changed files with 158 additions and 0 deletions
@@ -0,0 +1,21 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
conn %default
ikelifetime=60m
keylife=20m
rekeymargin=3m
keyingtries=1
keyexchange=ikev2
ike=aes256gcm16-prfsha512-modp2048,aes128gcm16-prfsha256-modp1536!
esp=aes256gcm16-modp2048,aes128gcm16-modp1536!
conn rw
left=PH_IP_MOON
leftfirewall=yes
leftcert=moonCert.pem
[email protected]
leftsubnet=10.1.0.0/16
right=%any
auto=add
@@ -0,0 +1,5 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl pem pkcs1 random nonce revocation openssl stroke kernel-netlink socket-default updown
}