Creates an ECPARAMETERS object for the given EC_GROUP object.
Declared in <openssl/ec.h>
ECPARAMETERS*
EC_GROUP_get_ecparameters(
EC_GROUP const* group,
ECPARAMETERS* params);
pointer to the new ECPARAMETERS object or NULL if an error occurred.
| Name | Description |
|---|---|
| group | pointer to the EC_GROUP object |
| params | pointer to an existing ECPARAMETERS object or NULL |