Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle the FLUSH BIO cntl, that happens at the end of SSL handshakes. | bcook | 2016-09-14 | 1 | -1/+2 |
| | | | | from Tobias Pape | ||||
* | Allow callback read/write functions to set TLS_WANT_POLLOUT/POLLIN. | bcook | 2016-09-14 | 1 | -3/+21 |
| | | | | from Tobias Pape | ||||
* | Sort headers and use the installed tls.h, rather than the local one. | jsing | 2016-09-04 | 1 | -5/+5 |
| | |||||
* | $OpenBSD$ tag | jsing | 2016-09-04 | 1 | -1/+1 |
| | |||||
* | Add callback-based interface to libtls. | bcook | 2016-09-04 | 1 | -0/+224 |
This allows working with buffers and callback functions instead of directly on sockets or file descriptors. Original patch from Tobias Pape <tobias_at_netshed.de>. ok beck@ |