summaryrefslogtreecommitdiff
path: root/src/lib/libtls/tls_bio_cb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* There's not much point having three static functions that do a cast andjsing2016-11-041-33/+6
* Do not mix declarations and code.jsing2016-11-041-3/+7
* Rename the internal bio related functions so that they have a commonjsing2016-11-041-22/+22
* There's not much point in casting a void * to a specific type just beforejsing2016-11-041-4/+2
* Handle the FLUSH BIO cntl, that happens at the end of SSL handshakes.bcook2016-09-141-1/+2
* Allow callback read/write functions to set TLS_WANT_POLLOUT/POLLIN.bcook2016-09-141-3/+21
* Sort headers and use the installed tls.h, rather than the local one.jsing2016-09-041-5/+5
* $OpenBSD$ tagjsing2016-09-041-1/+1
* Add callback-based interface to libtls.bcook2016-09-041-0/+224