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:
Tobias Brunner
2018-02-14 14:54:32 +01:00
parent ce048c30ff
commit ac140220c4
@@ -984,6 +984,7 @@ static bool proposal_add_supported_ike(private_proposal_t *this, bool aead)
{
case MODP_3072_BIT:
case MODP_4096_BIT:
case MODP_6144_BIT:
case MODP_8192_BIT:
add_algorithm(this, DIFFIE_HELLMAN_GROUP, group, 0);
break;