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
@@ -52,6 +52,8 @@ enum diffie_hellman_group_t {
ECP_521_BIT = 21,
ECP_192_BIT = 25,
ECP_224_BIT = 26,
/** insecure NULL diffie hellman group for testing, in PRIVATE USE */
MODP_NULL = 1024,
};
/**