Index Index for
Section 3
Index Alphabetical
listing for S
Bottom of page Bottom of
page

SSL_renegotiate(3)

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

1 Indicates that renegotiation flags have been set successfully. 0 Indicates that setting renegotiation flags failed.

SEE ALSO

SSL_CTX_sess_accept_renegotiate(3), SSL_CTX_sess_connect_renegotiate(3)

Index Index for
Section 3
Index Alphabetical
listing for S
Top of page Top of
page