]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
allow ECP DH groups in pfsgroup definition
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 24 Nov 2009 13:35:25 +0000 (14:35 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 24 Nov 2009 13:35:25 +0000 (14:35 +0100)
src/starter/args.c

index f6fbd2d4eb38b938f3edd29b8b2103132bd4e2df..a355a403fee2dfe0149bad6a38ced1e756ff8aec 100644 (file)
@@ -112,6 +112,11 @@ static const char *LST_pfsgroup[] = {
        "modp4096",
        "modp6144",
        "modp8192",
+       "ecp192",
+       "ecp224",
+       "ecp256",
+       "ecp384",
+       "ecp521",
         NULL
 };