ike: Send AEAD ESP default proposal first

We generally prefer AEAD nowadays.

References #3461.
This commit is contained in:
Tobias Brunner
2020-06-12 13:47:13 +02:00
parent c7bef954ee
commit 33412158f5
8 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -153,8 +153,8 @@ static void add_esp_proposals(private_sql_config_t *this,
}
if (use_default)
{
child->add_proposal(child, proposal_create_default(PROTO_ESP));
child->add_proposal(child, proposal_create_default_aead(PROTO_ESP));
child->add_proposal(child, proposal_create_default(PROTO_ESP));
}
}