]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
dh-speed: Add curve448 keyword
authorTobias Brunner <tobias@strongswan.org>
Thu, 15 Nov 2018 10:25:06 +0000 (11:25 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 30 Nov 2018 13:54:33 +0000 (14:54 +0100)
scripts/dh_speed.c

index f2f98d7af459c0ceb5a2fc5ae12f4c11b974fee7..235772fafa3aabd30180ae297c40a3a2520b875b 100644 (file)
@@ -47,6 +47,7 @@ struct {
        {"ecp192",                      ECP_192_BIT},
        {"ecp224",                      ECP_224_BIT},
        {"curve25519",          CURVE_25519},
+       {"curve448",            CURVE_448},
 };
 
 static void start_timing(struct timespec *start)