aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls/tls_socket.c
Commit message (Expand)AuthorAgeFilesLines
* fixed typoAndreas Steffen2013-03-271-1/+1
* Use proper integer types when handling TLS exchangesTobias Brunner2013-03-221-5/+6
* Wrap tls_t.get_{server,peer}_id methods in tls_socket_tMartin Willi2013-02-281-0/+14
* Send TLS close notify during tls_socket_t destructionMartin Willi2013-01-151-2/+25
* Block TLS read when sending data, but have to wait for the handshake data firstMartin Willi2013-01-151-4/+11
* Use a more POSIXy tls_socket interface with more flexibility.Martin Willi2013-01-151-71/+152
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* 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