Sets the name of a EC_GROUP object

Synopsis

Declared in <openssl/ec.h>

void
EC_GROUP_set_curve_name(
    EC_GROUP* group,
    int nid);

Parameters

Name

Description

group

EC_GROUP object

nid

NID of the curve name OID

Created with MrDocs