added openssl/ikev1-alg-ecp-low and openssl/ikev1-alg-ecp-high scenarios

This commit is contained in:
Andreas Steffen
2009-05-24 18:12:31 +02:00
parent 8585af7acb
commit 5aab375958
22 changed files with 310 additions and 0 deletions
@@ -0,0 +1,24 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
crlcheckinterval=180
strictcrlpolicy=no
charonstart=no
plutodebug=control
conn %default
ikelifetime=60m
keylife=20m
rekeymargin=3m
keyingtries=1
keyexchange=ikev1
ike=aes192-sha384-ecp384,aes256-sha512-ecp521!
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,5 @@
# /etc/strongswan.conf - strongSwan configuration file
pluto {
load = openssl random hmac curl
}