updated af-alg scenarios to 5.0.0

This commit is contained in:
Andreas Steffen
2012-05-04 12:15:30 +02:00
parent 680609b972
commit e5502cd2b5
42 changed files with 33 additions and 329 deletions
+22
View File
@@ -0,0 +1,22 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
plutostart=no
conn %default
ikelifetime=60m
keylife=20m
rekeymargin=3m
keyingtries=1
keyexchange=ikev2
ike=aes128-sha256-modp2048,3des-sha1-modp1536!
esp=aes128-sha256,3des-sha1!
conn rw
left=PH_IP_MOON
leftcert=moonCert.pem
[email protected]
leftsubnet=10.1.0.0/16
leftfirewall=yes
right=%any
auto=add
@@ -0,0 +1,12 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl test-vectors pem pkcs1 af-alg gmp random x509 revocation ctr ccm gcm stroke kernel-netlink socket-default updown
}
libstrongswan {
integrity_test = yes
crypto_test {
on_add = yes
}
}