-*- mode: troff; coding: utf-8 -*-
Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43)
Standard preamble:
========================================================================
..
.... \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>.
. ds C` "" . ds C' "" 'br\} . ds C` . ds C' 'br\}
Escape single quotes in literal strings from groff's Unicode transform.
If the F register is >0, we'll generate index entries on stderr for
titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
entries marked with X<> in POD. Of course, you'll have to process the
output yourself in some meaningful fashion.
Avoid warning from groff about undefined register 'F'.
.. .nr rF 0 . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF ========================================================================
Title "SSL_CTX_sess_number 3"
way too many mistakes in technical documents.
\fBSSL_CTX_sess_connect() returns the number of started SSL/TLS handshakes in client mode.
\fBSSL_CTX_sess_connect_good() returns the number of successfully established SSL/TLS sessions in client mode.
\fBSSL_CTX_sess_connect_renegotiate() returns the number of started renegotiations in client mode.
\fBSSL_CTX_sess_accept() returns the number of started SSL/TLS handshakes in server mode.
\fBSSL_CTX_sess_accept_good() returns the number of successfully established SSL/TLS sessions in server mode.
\fBSSL_CTX_sess_accept_renegotiate() returns the number of started renegotiations in server mode.
\fBSSL_CTX_sess_hits() returns the number of successfully reused sessions. In client mode a session set with SSL_set_session\|(3) successfully reused is counted as a hit. In server mode a session successfully retrieved from internal or external cache is counted as a hit.
\fBSSL_CTX_sess_cb_hits() returns the number of successfully retrieved sessions from the external session cache in server mode.
\fBSSL_CTX_sess_misses() returns the number of sessions proposed by clients that were not found in the internal session cache in server mode.
\fBSSL_CTX_sess_timeouts() returns the number of sessions proposed by clients and either found in the internal or external session cache in server mode, but that were invalid due to timeout. These sessions are not included in the SSL_CTX_sess_hits() count.
\fBSSL_CTX_sess_cache_full() returns the number of sessions that were removed because the maximum session cache size was exceeded.
Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at <https://www.openssl.org/source/license.html>.