ike: Add an additional but separate AEAD proposal to IKE config, if supported
This commit is contained in:
@@ -174,6 +174,7 @@ static void add_proposals(private_stroke_config_t *this, char *string,
|
||||
if (ike_cfg)
|
||||
{
|
||||
ike_cfg->add_proposal(ike_cfg, proposal_create_default(proto));
|
||||
ike_cfg->add_proposal(ike_cfg, proposal_create_default_aead(proto));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user