ike: Send AEAD ESP default proposal first
We generally prefer AEAD nowadays. References #3461.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user