Send a named string control to a key context (for example "rsa_padding").
Declared in <openssl/evp.h>
int
EVP_PKEY_CTX_ctrl_str(
EVP_PKEY_CTX* ctx,
char const* type,
char const* value);
Positive on success, 0 or negative on failure.
| Name | Description |
|---|---|
| ctx | Key context receiving the control. |
| type | Control name understood by the algorithm. |
| value | Control value as a NUL-terminated string, or NULL when unused. |