Returns the curve name of a EC_GROUP object

Synopsis

Declared in <openssl/ec.h>

int
EC_GROUP_get_curve_name(EC_GROUP const* group);

Return Value

NID of the curve name OID or 0 if not set.

Parameters

Name

Description

group

EC_GROUP object

Created with MrDocs