testing: added ikev2/alg-chacha20poly1305 scenario

This commit is contained in:
Andreas Steffen
2015-09-01 17:30:15 +02:00
parent 57eb3b2b25
commit 2b5c543051
9 changed files with 106 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=chacha20poly1305-prfsha256-ntru256!
esp=chacha20poly1305-ntru256!
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,7 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = chapoly aes des sha1 sha2 md5 pem pkcs1 gmp ntru random nonce x509 curl revocation hmac stroke kernel-netlink socket-default updown
send_vendor_id = yes
}