updated ikev1/xauth-rsa-nosecret scenario to support xauth plugin

This commit is contained in:
Andreas Steffen 2010-05-18 20:20:55 +02:00
parent 4f1110ab7b
commit efde96b38e
5 changed files with 25 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
plutodebug=control
plutodebug="control controlmore"
crlcheckinterval=180
strictcrlpolicy=no
charonstart=no

View File

@ -0,0 +1,11 @@
# /etc/strongswan.conf - strongSwan configuration file
pluto {
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl xauth
}
# pluto uses optimized DH exponent sizes (RFC 3526)
libstrongswan {
dh_exponent_ansi_x9_42 = no
}

View File

@ -1,7 +1,7 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
plutodebug=control
plutodebug="control controlmore"
crlcheckinterval=180
strictcrlpolicy=no
charonstart=no

View File

@ -2,4 +2,4 @@
: RSA moonKey.pem
: XAUTH carol "4iChxLT3"
carol@strongswan.org : XAUTH "4iChxLT3"

View File

@ -0,0 +1,11 @@
# /etc/strongswan.conf - strongSwan configuration file
pluto {
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl xauth
}
# pluto uses optimized DH exponent sizes (RFC 3526)
libstrongswan {
dh_exponent_ansi_x9_42 = no
}