*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: SSL_num_renegotiations | Section: 3 | Source: OpenBSD | File: SSL_num_renegotiations.3
SSL_NUM_RENEGOTIATIONS(3) FreeBSD Library Functions Manual NAME SSL_num_renegotiations, SSL_clear_num_renegotiations, SSL_total_renegotiations - renegotiation counters SYNOPSIS #include <openssl/ssl.h> long SSL_num_renegotiations(SSL *ssl); long SSL_clear_num_renegotiations(SSL *ssl); long SSL_total_renegotiations(SSL *ssl); DESCRIPTION SSL_num_renegotiations() reports the number of renegotiations initiated in ssl since SSL_new(3), SSL_clear(3), or SSL_clear_num_renegotiations() was last called on that object. SSL_clear_num_renegotiations() does the same and additionally resets the renegotiation counter to 0. SSL_total_renegotiations() reports the number of renegotiations initiated in ssl since SSL_new(3) or SSL_clear(3) was last called on that object. These functions are implemented as macros. RETURN VALUES All these functions return a number of renegotiations. SEE ALSO BIO_set_ssl_renegotiate_bytes(3), ssl(3), SSL_ctrl(3), SSL_read(3), SSL_renegotiate(3), SSL_write(3) HISTORY These functions first appeared in SSLeay 0.9.0 and have been available since OpenBSD 2.4. FreeBSD 14.1-RELEASE-p8 June 12, 2019 FreeBSD 14.1-RELEASE-p8

Navigation Options