NAME
SSLCTXctrl, SSLCTXcallbackctrl, SSLctrl, SSLcallbackctrl -
internal handling functions for SSLCTX and SSL objectsSYNOPSIS
#include
long SSLCTXctrl(SSLCTX *ctx, int cmd, long larg, void *parg); long SSLCTXcallbackctrl(SSLCTX *, int cmd, void (*fp)()); long SSLctrl(SSL *ssl, int cmd, long larg, void *parg); long SSLcallbackctrl(SSL *, int cmd, void (*fp)());DESCRIPTION
The SSL*ctrl() family of functions is used to manipulate settings of the SSLCTX 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*ctrl() functions depend on the command supplied via the ccmmdd parameter.SEE ALSO
ssl(3)0.9.7l 2001-10-20 SSLCTXctrl(3)