proposal: Add modp6144 to the default proposal
We always had modp4096 and modp8192 included, not sure why this wasn't.
This commit is contained in:
@@ -984,6 +984,7 @@ static bool proposal_add_supported_ike(private_proposal_t *this, bool aead)
|
|||||||
{
|
{
|
||||||
case MODP_3072_BIT:
|
case MODP_3072_BIT:
|
||||||
case MODP_4096_BIT:
|
case MODP_4096_BIT:
|
||||||
|
case MODP_6144_BIT:
|
||||||
case MODP_8192_BIT:
|
case MODP_8192_BIT:
|
||||||
add_algorithm(this, DIFFIE_HELLMAN_GROUP, group, 0);
|
add_algorithm(this, DIFFIE_HELLMAN_GROUP, group, 0);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user