- applied patch from andreas

- pem loading
	- secrets file parsing
	- ikev2 testcase
	- some other additions here and there
This commit is contained in:
Martin Willi
2006-05-04 07:55:42 +00:00
parent 8744148f55
commit 9820c0e208
41 changed files with 1234 additions and 842 deletions
@@ -0,0 +1,13 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
version 2.0 # conforms to second version of ipsec.conf specification
conn net-net
left=192.168.0.2
leftcert=sunCert.pem
leftsubnet=10.2.0.0/16
right=192.168.0.1
rightcert=moonCert.pem
rightsubnet=10.1.0.0/16
keyexchange=ikev2
auto=add