summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2018-02-10 06:07:43 +0000
committerjsing <>2018-02-10 06:07:43 +0000
commitb0d8c2e5aa0a91148f7233a0f09e2308a390be43 (patch)
treeda94755a539c72406574abf8f612cd05f01c1809
parent82739088d1cc6490852b6d2c5396e239d82a1320 (diff)
downloadopenbsd-b0d8c2e5aa0a91148f7233a0f09e2308a390be43.tar.gz
openbsd-b0d8c2e5aa0a91148f7233a0f09e2308a390be43.tar.bz2
openbsd-b0d8c2e5aa0a91148f7233a0f09e2308a390be43.zip
Be more specific about when the session file will be updated.
-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 .