📄 ssl_ctx_ctrl.pod
字号:
=pod=head1 NAMESSL_CTX_ctrl, SSL_CTX_callback_ctrl, SSL_ctrl, SSL_callback_ctrl - internal handling functions for SSL_CTX and SSL objects=head1 SYNOPSIS #include <openssl/ssl.h> 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)());=head1 DESCRIPTIONThe SSL_*_ctrl() family of functions is used to manipulate settings ofthe SSL_CTX and SSL objects. Depending on the command B<cmd> the argumentsB<larg>, B<parg>, or B<fp> are evaluated. These functions should neverbe called directly. All functionalities needed are made available viaother functions or macros.=head1 RETURN VALUESThe return values of the SSL*_ctrl() functions depend on the commandsupplied via the B<cmd> parameter.=head1 SEE ALSOL<ssl(3)|ssl(3)>=cut
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -