added a MODP_NULL Diffie Hellman group to avoid calculation overhead in load-testing

This commit is contained in:
Martin Willi
2008-11-22 16:14:55 +00:00
parent 8f45ece098
commit a20abb81e9
7 changed files with 139 additions and 2 deletions
+3 -1
View File
@@ -36,5 +36,7 @@ ENUM_NEXT(diffie_hellman_group_names, MODP_2048_BIT, ECP_521_BIT, MODP_1536_BIT,
ENUM_NEXT(diffie_hellman_group_names, ECP_192_BIT, ECP_224_BIT, ECP_521_BIT,
"ECP_192_BIT",
"ECP_224_BIT");
ENUM_END(diffie_hellman_group_names, ECP_224_BIT);
ENUM_NEXT(diffie_hellman_group_names, MODP_NULL, MODP_NULL, ECP_224_BIT,
"MODP_NULL");
ENUM_END(diffie_hellman_group_names, MODP_NULL);