Create a new empty EC_KEY using a library context (deprecated).
Declared in <openssl/ec.h>
[[deprecated]]
EC_KEY*
EC_KEY_new_ex(
OSSL_LIB_CTX* ctx,
char const* propq);
Deprecated. Use of this entity is allowed but discouraged.
New EC_KEY, or NULL if an error occurred.
| Name | Description |
|---|---|
| ctx | Library context for algorithm fetches, or NULL for the default. |
| propq | Optional property query string for provider selection, or NULL. |