Commit 7bd27895 authored by Jon Spillett's avatar Jon Spillett Committed by Richard Levitte
Browse files

Typo in SSL_CTX_sess_number.pod - started

parent edb79c3a
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -32,7 +32,7 @@ client mode.
SSL_CTX_sess_connect_good() returns the number of successfully established
SSL_CTX_sess_connect_good() returns the number of successfully established
SSL/TLS sessions in client mode.
SSL/TLS sessions in client mode.


SSL_CTX_sess_connect_renegotiate() returns the number of start renegotiations
SSL_CTX_sess_connect_renegotiate() returns the number of started renegotiations
in client mode.
in client mode.


SSL_CTX_sess_accept() returns the number of started SSL/TLS handshakes in
SSL_CTX_sess_accept() returns the number of started SSL/TLS handshakes in
@@ -41,7 +41,7 @@ server mode.
SSL_CTX_sess_accept_good() returns the number of successfully established
SSL_CTX_sess_accept_good() returns the number of successfully established
SSL/TLS sessions in server mode.
SSL/TLS sessions in server mode.


SSL_CTX_sess_accept_renegotiate() returns the number of start renegotiations
SSL_CTX_sess_accept_renegotiate() returns the number of started renegotiations
in server mode.
in server mode.


SSL_CTX_sess_hits() returns the number of successfully reused sessions.
SSL_CTX_sess_hits() returns the number of successfully reused sessions.