diff options
author | jmc <> | 2014-12-02 14:11:01 +0000 |
---|---|---|
committer | jmc <> | 2014-12-02 14:11:01 +0000 |
commit | e7e600eb57a165f5f50250f84829e68d0e33c7c3 (patch) | |
tree | fdbd454e8f8522fb36b37a4b6d5e47bcb60b444a /src/lib/libssl/doc/SSL_CTX_set_session_cache_mode.3 | |
parent | 8068f015c2050105c1ab16d99b7b03bc027c72d3 (diff) | |
download | openbsd-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.3 | 7 |
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. | |||
93 | Depending on the presence of | 96 | Depending on the presence of |
94 | .Dv SSL_SESS_CACHE_CLIENT | 97 | .Dv SSL_SESS_CACHE_CLIENT |
95 | and/or | 98 | and/or |
96 | .Dv SSL_SESS_CACHE_SERVER, | 99 | .Dv SSL_SESS_CACHE_SERVER , |
97 | sessions negotiated in an SSL/TLS handshake may be cached for possible reuse. | 100 | sessions negotiated in an SSL/TLS handshake may be cached for possible reuse. |
98 | Normally a new session is added to the internal cache as well as any external | 101 | Normally a new session is added to the internal cache as well as any external |
99 | session caching (callback) that is configured for the | 102 | session caching (callback) that is configured for the |