diff options
author | jsing <> | 2018-02-10 06:07:43 +0000 |
---|---|---|
committer | jsing <> | 2018-02-10 06:07:43 +0000 |
commit | b0d8c2e5aa0a91148f7233a0f09e2308a390be43 (patch) | |
tree | da94755a539c72406574abf8f612cd05f01c1809 /src | |
parent | 82739088d1cc6490852b6d2c5396e239d82a1320 (diff) | |
download | openbsd-b0d8c2e5aa0a91148f7233a0f09e2308a390be43.tar.gz openbsd-b0d8c2e5aa0a91148f7233a0f09e2308a390be43.tar.bz2 openbsd-b0d8c2e5aa0a91148f7233a0f09e2308a390be43.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.3 | 4 |
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). | |||
58 | If the file has a non-zero length, the client will attempt to read session | 58 | If the file has a non-zero length, the client will attempt to read session |
59 | data from this file and resume the previous TLS session with the server. | 59 | data from this file and resume the previous TLS session with the server. |
60 | Upon a successful handshake the file will be updated with current session | 60 | Upon a successful handshake the file will be updated with current session |
61 | data. | 61 | data, if available. |
62 | The caller is responsible for closing this file descriptor, after all TLS | 62 | The caller is responsible for closing this file descriptor, after all TLS |
63 | contexts that have been configured to use it have been freed via | 63 | contexts that have been configured to use it have been freed via |
64 | .Fn tls_free . | 64 | .Fn tls_free . |