aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls/tls_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Added a tls_socket_t.splice method to wrap a file descriptor into TLSMartin Willi2011-12-311-5/+95
* Implemented TLS session resumption both as client and as serverMartin Willi2011-12-311-2/+2
* Added a getter for the tls_socket file descriptorMartin Willi2011-12-241-0/+7
* renamed tls_reader|writer to bio_* and moved to libstrongswanAndreas Steffen2011-05-311-2/+2
* Support output fragmentation of TLS recordsMartin Willi2010-08-311-12/+18
* Added a simple high level TLS wrapper for socketsMartin Willi2010-08-251-0/+213