aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls/tls_socket.h
Commit message (Collapse)AuthorAgeFilesLines
* Wrap tls_t.get_{server,peer}_id methods in tls_socket_tMartin Willi2013-02-281-0/+14
|
* Use a more POSIXy tls_socket interface with more flexibility.Martin Willi2013-01-151-10/+13
| | | | | If an unsufficient read buffer is provided, application data gets cached for subsequent read() calls.
* Added a tls_socket_t.splice method to wrap a file descriptor into TLSMartin Willi2011-12-311-0/+12
|
* Implemented TLS session resumption both as client and as serverMartin Willi2011-12-311-1/+2
|
* Added a getter for the tls_socket file descriptorMartin Willi2011-12-241-0/+7
|
* Added a simple high level TLS wrapper for socketsMartin Willi2010-08-251-0/+75