Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ SSL_renogiate(3) — Tru64 UNIX 5.1b

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

SSL_CTX_sess_accept_renegotiate(3)

SSL_CTX_sess_connect_renegotiate(3)

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)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026