Perform a low-level control operation on an SSL context.
Declared in <openssl/ssl.h>
long
SSL_CTX_ctrl(
SSL_CTX* ctx,
int cmd,
long larg,
void* parg);
Command-specific long result.
| Name | Description |
|---|---|
| ctx | SSL context to manipulate. |
| cmd | Control command (SSL_CTRL_); prefer typed SSL_CTX* helpers. |
| larg | Integer argument whose meaning depends on cmd. |
| parg | Pointer argument whose meaning depends on cmd. |