Creates a new EC_GROUP object from an ECPKPARAMETERS object
Synopsis
Declared in <openssl/ec.h>
EC_GROUP*
EC_GROUP_new_from_ecpkparameters(ECPKPARAMETERS const* params);
Return Value
newly created EC_GROUP object with specified curve, or NULL if an error occurred
Parameters
Name |
Description |
params |
pointer to an existing ECPKPARAMETERS object, or NULL |
Created with MrDocs