|
SSL_renegotiate(3)
Contents
|
SSL_renegotiate - Turn on flags for renegotiation so that
renegotiation will happen
#include <openssl/ssl.h>
int SSL_renegotiate(
SSL *s );
The SSL_renegotiate() function sets flags to initiate
renegotiation. The renegotiation may happen at the next
I/O operation provided that client/server are ready for
renegotiation.
Indicates that renegotiation flags have been set successfully.
Indicates that setting renegotiation flags failed.
SSL_CTX_sess_accept_renegotiate(3), SSL_CTX_sess_connect_renegotiate(3)
SSL_renegotiate(3)
[ Back ] |