Return false if mandatory DH Group IKE19 is not available
This commit is contained in:
committed by
Andreas Steffen
parent
0daee96b05
commit
246e46a97c
@@ -78,9 +78,7 @@ bool pts_probe_dh_groups(pts_dh_group_t *groups)
|
|||||||
DBG1(DBG_PTS, format2, "mandatory", diffie_hellman_group_names, ECP_256_BIT, plugin_name);
|
DBG1(DBG_PTS, format2, "mandatory", diffie_hellman_group_names, ECP_256_BIT, plugin_name);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TODO: return FALSE : Elliptic Curves are not available */
|
return FALSE;
|
||||||
return TRUE;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user