diff options
author | schwarze <> | 2017-08-21 07:45:09 +0000 |
---|---|---|
committer | schwarze <> | 2017-08-21 07:45:09 +0000 |
commit | 504e874777968fc9b1a7f756c62056f6bfedc446 (patch) | |
tree | a2d1874d6a808f7bec7fe30b90aaf1cda448b469 /src/lib | |
parent | bff7dfaf7344e67f7e17f2f11af2300ffc86ad3b (diff) | |
download | openbsd-504e874777968fc9b1a7f756c62056f6bfedc446.tar.gz openbsd-504e874777968fc9b1a7f756c62056f6bfedc446.tar.bz2 openbsd-504e874777968fc9b1a7f756c62056f6bfedc446.zip |
Delete non-existent function SSL_flush_sessions();
from Rich Salz <rsalz at openssl dot org>
via OpenSSL commit 1722496f Jun 8 15:18:38 2017 -0400.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libssl/man/SSL_CTX_flush_sessions.3 | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_flush_sessions.3 b/src/lib/libssl/man/SSL_CTX_flush_sessions.3 index 8fcb56deeb..8926731aac 100644 --- a/src/lib/libssl/man/SSL_CTX_flush_sessions.3 +++ b/src/lib/libssl/man/SSL_CTX_flush_sessions.3 | |||
@@ -1,5 +1,5 @@ | |||
1 | .\" $OpenBSD: SSL_CTX_flush_sessions.3,v 1.2 2016/11/30 13:19:54 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_CTX_flush_sessions.3,v 1.3 2017/08/21 07:45:09 schwarze Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL SSL_CTX_flush_sessions.pod 1722496f Jun 8 15:18:38 2017 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. | 4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. |
5 | .\" Copyright (c) 2001 The OpenSSL Project. All rights reserved. | 5 | .\" Copyright (c) 2001 The OpenSSL Project. All rights reserved. |
@@ -48,19 +48,16 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: November 30 2016 $ | 51 | .Dd $Mdocdate: August 21 2017 $ |
52 | .Dt SSL_CTX_FLUSH_SESSIONS 3 | 52 | .Dt SSL_CTX_FLUSH_SESSIONS 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
55 | .Nm SSL_CTX_flush_sessions , | 55 | .Nm SSL_CTX_flush_sessions |
56 | .Nm SSL_flush_sessions | ||
57 | .Nd remove expired sessions | 56 | .Nd remove expired sessions |
58 | .Sh SYNOPSIS | 57 | .Sh SYNOPSIS |
59 | .In openssl/ssl.h | 58 | .In openssl/ssl.h |
60 | .Ft void | 59 | .Ft void |
61 | .Fn SSL_CTX_flush_sessions "SSL_CTX *ctx" "long tm" | 60 | .Fn SSL_CTX_flush_sessions "SSL_CTX *ctx" "long tm" |
62 | .Ft void | ||
63 | .Fn SSL_flush_sessions "SSL_CTX *ctx" "long tm" | ||
64 | .Sh DESCRIPTION | 61 | .Sh DESCRIPTION |
65 | .Fn SSL_CTX_flush_sessions | 62 | .Fn SSL_CTX_flush_sessions |
66 | causes a run through the session cache of | 63 | causes a run through the session cache of |
@@ -68,10 +65,6 @@ causes a run through the session cache of | |||
68 | to remove sessions expired at time | 65 | to remove sessions expired at time |
69 | .Fa tm . | 66 | .Fa tm . |
70 | .Pp | 67 | .Pp |
71 | .Fn SSL_flush_sessions | ||
72 | is a synonym for | ||
73 | .Fn SSL_CTX_flush_sessions . | ||
74 | .Sh NOTES | ||
75 | If enabled, the internal session cache will collect all sessions established | 68 | If enabled, the internal session cache will collect all sessions established |
76 | up to the specified maximum number (see | 69 | up to the specified maximum number (see |
77 | .Xr SSL_CTX_sess_set_cache_size 3 ) . | 70 | .Xr SSL_CTX_sess_set_cache_size 3 ) . |
@@ -96,7 +89,6 @@ When a session is found and removed, the | |||
96 | .Va remove_session_cb | 89 | .Va remove_session_cb |
97 | is however called to synchronize with the external cache (see | 90 | is however called to synchronize with the external cache (see |
98 | .Xr SSL_CTX_sess_set_get_cb 3 ) . | 91 | .Xr SSL_CTX_sess_set_get_cb 3 ) . |
99 | .Sh RETURN VALUES | ||
100 | .Sh SEE ALSO | 92 | .Sh SEE ALSO |
101 | .Xr ssl 3 , | 93 | .Xr ssl 3 , |
102 | .Xr SSL_CTX_sess_set_get_cb 3 , | 94 | .Xr SSL_CTX_sess_set_get_cb 3 , |