diff options
| author | jmc <> | 2016-09-04 16:37:18 +0000 |
|---|---|---|
| committer | jmc <> | 2016-09-04 16:37:18 +0000 |
| commit | 15306947c33066b80d55e00049d32f36c0e19a5e (patch) | |
| tree | 942d283d576373ee980243fd16eb2b1dfc3449ce /src/lib/libtls/tls_init.3 | |
| parent | ae0025e36b92164b7d4b65ce5439a32c13d0f5d4 (diff) | |
| download | openbsd-15306947c33066b80d55e00049d32f36c0e19a5e.tar.gz openbsd-15306947c33066b80d55e00049d32f36c0e19a5e.tar.bz2 openbsd-15306947c33066b80d55e00049d32f36c0e19a5e.zip | |
minor tweaks;
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libtls/tls_init.3 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/libtls/tls_init.3 b/src/lib/libtls/tls_init.3 index 9ce9bc3462..90133a20ce 100644 --- a/src/lib/libtls/tls_init.3 +++ b/src/lib/libtls/tls_init.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: tls_init.3,v 1.70 2016/09/04 12:48:50 jsing Exp $ | 1 | .\" $OpenBSD: tls_init.3,v 1.71 2016/09/04 16:37:18 jmc Exp $ |
| 2 | .\" | 2 | .\" |
| 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> |
| 4 | .\" | 4 | .\" |
| @@ -255,9 +255,9 @@ file descriptors by calling | |||
| 255 | .Fn tls_connect_fds . | 255 | .Fn tls_connect_fds . |
| 256 | Calling | 256 | Calling |
| 257 | .Fn tls_connect_cbs | 257 | .Fn tls_connect_cbs |
| 258 | allows specifying read and write callback functions to handle data transfer. | 258 | allows read and write callback functions to handle data transfers. |
| 259 | The specified cb_arg parameter is passed back to the functions, and can contain | 259 | The specified cb_arg parameter is passed back to the functions, |
| 260 | a pointer to any caller-specified data. | 260 | and can contain a pointer to any caller-specified data. |
| 261 | .Pp | 261 | .Pp |
| 262 | A server can accept a new client connection by calling | 262 | A server can accept a new client connection by calling |
| 263 | .Fn tls_accept_socket | 263 | .Fn tls_accept_socket |
| @@ -267,9 +267,9 @@ file descriptors by calling | |||
| 267 | .Fn tls_accept_fds . | 267 | .Fn tls_accept_fds . |
| 268 | Calling | 268 | Calling |
| 269 | .Fn tls_accept_cbs | 269 | .Fn tls_accept_cbs |
| 270 | allows specifying read and write callback functions to handle data transfer. | 270 | allows read and write callback functions to handle data transfers. |
| 271 | The specified cb_arg parameter is passed back to the functions, and can contain | 271 | The specified cb_arg parameter is passed back to the functions, |
| 272 | a pointer to any caller-specified data. | 272 | and can contain a pointer to any caller-specified data. |
| 273 | .Pp | 273 | .Pp |
| 274 | The TLS handshake can be completed by calling | 274 | The TLS handshake can be completed by calling |
| 275 | .Fn tls_handshake . | 275 | .Fn tls_handshake . |
