summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2018-02-10 06:07:43 +0000
committerjsing <>2018-02-10 06:07:43 +0000
commit818417440480d611b881d684d285c8586daea3ff (patch)
treeda94755a539c72406574abf8f612cd05f01c1809 /src
parente8bcd4e800bae1146a3b5da278f24f6480ffa87b (diff)
downloadopenbsd-818417440480d611b881d684d285c8586daea3ff.tar.gz
openbsd-818417440480d611b881d684d285c8586daea3ff.tar.bz2
openbsd-818417440480d611b881d684d285c8586daea3ff.zip
Be more specific about when the session file will be updated.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libtls/man/tls_config_set_session_id.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libtls/man/tls_config_set_session_id.3 b/src/lib/libtls/man/tls_config_set_session_id.3
index e8a5e60cd7..d969e01e33 100644
--- a/src/lib/libtls/man/tls_config_set_session_id.3
+++ b/src/lib/libtls/man/tls_config_set_session_id.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: tls_config_set_session_id.3,v 1.4 2018/02/10 04:43:16 jsing Exp $ 1.\" $OpenBSD: tls_config_set_session_id.3,v 1.5 2018/02/10 06:07:43 jsing Exp $
2.\" 2.\"
3.\" Copyright (c) 2017 Claudio Jeker <claudio@openbsd.org> 3.\" Copyright (c) 2017 Claudio Jeker <claudio@openbsd.org>
4.\" Copyright (c) 2018 Joel Sing <jsing@openbsd.org> 4.\" Copyright (c) 2018 Joel Sing <jsing@openbsd.org>
@@ -58,7 +58,7 @@ write the file (0600).
58If the file has a non-zero length, the client will attempt to read session 58If the file has a non-zero length, the client will attempt to read session
59data from this file and resume the previous TLS session with the server. 59data from this file and resume the previous TLS session with the server.
60Upon a successful handshake the file will be updated with current session 60Upon a successful handshake the file will be updated with current session
61data. 61data, if available.
62The caller is responsible for closing this file descriptor, after all TLS 62The caller is responsible for closing this file descriptor, after all TLS
63contexts that have been configured to use it have been freed via 63contexts that have been configured to use it have been freed via
64.Fn tls_free . 64.Fn tls_free .