summaryrefslogtreecommitdiff
path: root/src/lib/libssl/doc/SSL_CTX_set_session_cache_mode.3
diff options
context:
space:
mode:
authorjmc <>2014-12-02 14:11:01 +0000
committerjmc <>2014-12-02 14:11:01 +0000
commite7e600eb57a165f5f50250f84829e68d0e33c7c3 (patch)
treefdbd454e8f8522fb36b37a4b6d5e47bcb60b444a /src/lib/libssl/doc/SSL_CTX_set_session_cache_mode.3
parent8068f015c2050105c1ab16d99b7b03bc027c72d3 (diff)
downloadopenbsd-e7e600eb57a165f5f50250f84829e68d0e33c7c3.tar.gz
openbsd-e7e600eb57a165f5f50250f84829e68d0e33c7c3.tar.bz2
openbsd-e7e600eb57a165f5f50250f84829e68d0e33c7c3.zip
add some openbsd tags, and a first pass at cleanup;
Diffstat (limited to 'src/lib/libssl/doc/SSL_CTX_set_session_cache_mode.3')
-rw-r--r--src/lib/libssl/doc/SSL_CTX_set_session_cache_mode.37
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libssl/doc/SSL_CTX_set_session_cache_mode.3 b/src/lib/libssl/doc/SSL_CTX_set_session_cache_mode.3
index e7ebe2190e..a4e147f05a 100644
--- a/src/lib/libssl/doc/SSL_CTX_set_session_cache_mode.3
+++ b/src/lib/libssl/doc/SSL_CTX_set_session_cache_mode.3
@@ -1,4 +1,7 @@
1.Dd $Mdocdate: October 12 2014 $ 1.\"
2.\" $OpenBSD: SSL_CTX_set_session_cache_mode.3,v 1.2 2014/12/02 14:11:01 jmc Exp $
3.\"
4.Dd $Mdocdate: December 2 2014 $
2.Dt SSL_CTX_SET_SESSION_CACHE_MODE 3 5.Dt SSL_CTX_SET_SESSION_CACHE_MODE 3
3.Os 6.Os
4.Sh NAME 7.Sh NAME
@@ -93,7 +96,7 @@ the flag has no effect on clients.
93Depending on the presence of 96Depending on the presence of
94.Dv SSL_SESS_CACHE_CLIENT 97.Dv SSL_SESS_CACHE_CLIENT
95and/or 98and/or
96.Dv SSL_SESS_CACHE_SERVER, 99.Dv SSL_SESS_CACHE_SERVER ,
97sessions negotiated in an SSL/TLS handshake may be cached for possible reuse. 100sessions negotiated in an SSL/TLS handshake may be cached for possible reuse.
98Normally a new session is added to the internal cache as well as any external 101Normally a new session is added to the internal cache as well as any external
99session caching (callback) that is configured for the 102session caching (callback) that is configured for the