Return the short name of a built-in elliptic curve given its NID.
Declared in <openssl/ec.h>
char const*
OSSL_EC_curve_nid2name(int nid);
NUL-terminated curve name, or NULL if nid is not a known EC curve.
| Name | Description |
|---|---|
| nid | Curve NID (for example NID_X9_62_prime256v1). |