SSL_CTX_ctrl 3 2003-07-24 0.9.9-dev OpenSSL
NAME
SSL_CTX_ctrl, SSL_CTX_callback_ctrl, SSL_ctrl, SSL_callback_ctrl - internal handling functions for SSL_CTX and SSL objects
LIBRARY
libcrypto, -lcrypto
SYNOPSIS
#include
long SSL_CTX_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg);
long SSL_CTX_callback_ctrl(SSL_CTX *, int cmd, void (*fp)());
long SSL_ctrl(SSL *ssl, int cmd, long larg, void *parg);
long SSL_callback_ctrl(SSL *, int cmd, void (*fp)());
DESCRIPTION
The SSL_*___c_t_r_l_(_) family of functions is used to manipulate settings of
the SSL_CTX and SSL objects. Depending on the command ccmmdd the arguments
llaarrgg, ppaarrgg, or ffpp are evaluated. These functions should never
be called directly. All functionalities needed are made available via
other functions or macros.
RETURN VALUES
The return values of the SSL*___c_t_r_l_(_) functions depend on the command
supplied via the ccmmdd parameter.
SEE ALSO
_s_s_l(3)