diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-07-15 13:07:27 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-07-15 13:07:27 +0000 |
commit | 0ef961b878331194e29390d4668a1f2b69dc2172 (patch) | |
tree | 649b4bb8d87accad31c330175eb53308fbe87c24 | |
parent | 4336a1c61109da69db268573b811d41bc6b9b02e (diff) | |
download | strongswan-0ef961b878331194e29390d4668a1f2b69dc2172.tar.bz2 strongswan-0ef961b878331194e29390d4668a1f2b69dc2172.tar.xz |
added pfsgroup to ipsec.conf.5 man page
-rw-r--r-- | src/starter/ipsec.conf.5 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/starter/ipsec.conf.5 b/src/starter/ipsec.conf.5 index 795dc9b7c..8157e2680 100644 --- a/src/starter/ipsec.conf.5 +++ b/src/starter/ipsec.conf.5 @@ -706,6 +706,12 @@ PFS is enforced by defining a Diffie-Hellman modp group in the .B esp parameter. .TP +.B pfsgroup +defines a Diffie-Hellman group for perfect forward secrecy in IKEv1 Quick Mode +differing from the DH group used for IKEv1 Main Mode (IKEv1 only). + + +.TP .B reauth whether rekeying of an IKE_SA should also reauthenticate the peer. In IKEv1, reauthentication is always done. In IKEv2, a value of |