Creates a new EC_GROUP object from an ECPARAMETERS object

Synopsis

Declared in <openssl/ec.h>

EC_GROUP*
EC_GROUP_new_from_ecparameters(ECPARAMETERS const* params);

Return Value

newly created EC_GROUP object with specified curve or NULL if an error occurred

Parameters

Name

Description

params

pointer to the ECPARAMETERS object

Created with MrDocs