Creates a new EC_GROUP object

Synopsis

Declared in <openssl/ec.h>

[[deprecated]]
EC_GROUP*
EC_GROUP_new(EC_METHOD const* meth);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

newly created EC_GROUP object or NULL in case of an error.

Parameters

Name

Description

meth

EC_METHOD to use

Created with MrDocs