ssl_clear.pod
来自「一个用于点对点传输加密的工具包源码」· POD 代码 · 共 40 行
POD
40 行
=pod=head1 NAMESSL_clear - reset SSL object to allow another connection=head1 SYNOPSIS #include <openssl/ssl.h> int SSL_clear(SSL *ssl);=head1 DESCRIPTIONReset B<ssl> to allow another connection. All settings (method, ciphers,BIOs) are kept. A completely negotiated B<SSL_SESSION> is not freed but leftuntouched for the underlying B<SSL_CTX>.=head1 RETURN VALUESThe following return values can occur:=over 4=item 0The SSL_clear() operation could not be performed. Check the error stack tofind out the reason.=item 1The SSL_clear() operation was successful.=backL<SSL_new(3)|SSL_new(3)>, L<SSL_free(3)|SSL_free(3)>,L<ssl(3)|ssl(3)>=cut
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?