Creates a EC_GROUP object with a curve specified by parameters. The parameters may be explicit or a named curve,
Declared in <openssl/ec.h>
EC_GROUP*
EC_GROUP_new_from_params(
OSSL_PARAM const params[],
OSSL_LIB_CTX* libctx,
char const* propq);
newly created EC_GROUP object with specified parameters or NULL if an error occurred
| Name | Description |
|---|---|
| params | A list of parameters describing the group. |
| libctx | The associated library context or NULL for the default context |
| propq | A property query string |