Manual Pages for UNIX Darwin command on man SSL_CTX_ctrl
MyWebUniversity

Manual Pages for UNIX Darwin command on man SSL_CTX_ctrl

SSLCTXctrl(3) OpenSSL SSLCTXctrl(3)

NAME

SSLCTXctrl, SSLCTXcallbackctrl, SSLctrl, SSLcallbackctrl -

internal handling functions for SSLCTX and SSL objects

SYNOPSIS

#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)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™