added the ECP groups from RFC 5114

This commit is contained in:
Tobias Brunner
2008-05-22 11:55:05 +00:00
parent fc1a31d54b
commit 346e9c5712
5 changed files with 25 additions and 2 deletions
+4 -1
View File
@@ -33,5 +33,8 @@ ENUM_NEXT(diffie_hellman_group_names, MODP_2048_BIT, ECP_521_BIT, MODP_1536_BIT,
"ECP_256_BIT",
"ECP_384_BIT",
"ECP_521_BIT");
ENUM_END(diffie_hellman_group_names, ECP_521_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);