diff options
| author | jsing <> | 2018-02-10 06:07:43 +0000 |
|---|---|---|
| committer | jsing <> | 2018-02-10 06:07:43 +0000 |
| commit | 818417440480d611b881d684d285c8586daea3ff (patch) | |
| tree | da94755a539c72406574abf8f612cd05f01c1809 /src/lib/libtls/man | |
| parent | e8bcd4e800bae1146a3b5da278f24f6480ffa87b (diff) | |
| download | openbsd-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/lib/libtls/man')
| -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 . |
