#
58d32726 |
| 18-Sep-2023 |
schwarze <schwarze@openbsd.org> |
remove tls_reset(3) from the NAME, SYNOPSIS, and HISTORY sections because it is documented in the separate tls_client(3) manual page
|
#
5719c9cb |
| 09-Jul-2019 |
jsing <jsing@openbsd.org> |
Group tls_{handshake,read,write,close}() return values documentation.
Move the documentation for tls_error() down so that both the special return values for tls_{handshake,read,write,close}() direct
Group tls_{handshake,read,write,close}() return values documentation.
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@
show more ...
|
#
fe1f7dfa |
| 20-Jun-2019 |
deraadt <deraadt@openbsd.org> |
tls_read() & tls_write() return 4 possible values: TLS_WANT_POLLOUT, TLS_WANT_POLLIN, -1, or 0. After handling the first two, check for -1 rather than vaguely "< 0". ok jsing
|
#
5030b68b |
| 20-Mar-2019 |
espie <espie@openbsd.org> |
fix examples (libtls uses its own error reporting mechanism)
okay tb@
|
#
8990a602 |
| 20-Feb-2017 |
schwarze <schwarze@openbsd.org> |
document tls_config_error(3) RETURN VALUES, improve what is said about tls_error(3), and warn about some traps; OK jmc@
|
#
8b02f64e |
| 28-Jan-2017 |
schwarze <schwarze@openbsd.org> |
add HISTORY and AUTHORS
|
#
4801fc0b |
| 27-Jan-2017 |
schwarze <schwarze@openbsd.org> |
Fix Copyright notices; ok beck@ jsing@ tedu@
|
#
e690d60f |
| 25-Jan-2017 |
schwarze <schwarze@openbsd.org> |
split the tls_init(3) that had grown fat to allow healthy future growth; suggested by jsing@; "i would just chuck it in" jmc@
|