Added a MODP_CUSTOM DH group which takes g and p as constructor arguments
This commit is contained in:
@@ -57,6 +57,8 @@ enum diffie_hellman_group_t {
|
||||
ECP_224_BIT = 26,
|
||||
/** insecure NULL diffie hellman group for testing, in PRIVATE USE */
|
||||
MODP_NULL = 1024,
|
||||
/** MODP group with custon generator, prime */
|
||||
MODP_CUSTOM = 1025,
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user