SSL_renegotiate(3) — Subroutines
NAME
SSL_renegotiate − Turn on flags for renegotiation so that renegotiation will happen
SYNOPSIS
#include <openssl/ssl.h>
int SSL_renegotiate(
SSL ∗s );
DESCRIPTION
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.
RETURN VALUES
1Indicates that renegotiation flags have been set successfully.
0Indicates that setting renegotiation flags failed.
SEE ALSO
SSL_CTX_sess_accept_renegotiate(3), SSL_CTX_sess_connect_renegotiate(3)