EC_GROUP_new

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

NameDescription
methEC_METHOD to use