summaryrefslogtreecommitdiff
path: root/src/lib/libtls/man/tls_read.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove tls_reset(3) from the NAME, SYNOPSIS, and HISTORY sectionsschwarze2023-09-181-10/+5
| | | | because it is documented in the separate tls_client(3) manual page
* Group tls_{handshake,read,write,close}() return values documentation.jsing2019-07-091-21/+21
| | | | | | | | | | Move the documentation for tls_error() down so that both the special return values for tls_{handshake,read,write,close}() directly follow the standard return values for the same functions. Prompted by deraadt@. ok deraadt@ schwarze@
* tls_read() & tls_write() return 4 possible values: TLS_WANT_POLLOUT,deraadt2019-06-201-4/+4
| | | | | | TLS_WANT_POLLIN, -1, or 0. After handling the first two, check for -1 rather than vaguely "< 0". ok jsing
* fix examples (libtls uses its own error reporting mechanism)espie2019-03-201-4/+4
| | | | okay tb@
* document tls_config_error(3) RETURN VALUES, improve what is saidschwarze2017-02-201-4/+32
| | | | | about tls_error(3), and warn about some traps; OK jmc@
* add HISTORY and AUTHORSschwarze2017-01-281-2/+21
|
* Fix Copyright notices; ok beck@ jsing@ tedu@schwarze2017-01-271-3/+6
|
* split the tls_init(3) that had grown fat to allow healthy future growth;schwarze2017-01-251-0/+195
suggested by jsing@; "i would just chuck it in" jmc@