Remove the ecp_x_coordinate_only option
This was for compatibility with very old releases and only complicates things unnecessarily nowadays.
This commit is contained in:
@@ -139,12 +139,6 @@ METHOD(diffie_hellman_t, set_other_public_value, bool,
|
||||
pubkey.len,
|
||||
pubkey.ptr,
|
||||
};
|
||||
|
||||
if (!lib->settings->get_bool(lib->settings,
|
||||
"%s.ecp_x_coordinate_only", TRUE, lib->ns))
|
||||
{ /* we only get the x coordinate back */
|
||||
return FALSE;
|
||||
}
|
||||
value = chunk_from_thing(params);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user