aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/tls/gnutls (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-21Boost/C++11 shared pointers.Vincent Richard3-30/+30
2013-09-22fix typoMark Brand1-1/+1
2013-09-21TLS properties: allows setting custom cipher suite for TLS/SSL connections.Vincent Richard2-14/+123
2013-03-24Fixed warnings and 64-bit issues.Vincent Richard1-1/+1
2013-01-10Updated copyright year and maintainer email address.Vincent Richard2-2/+2
2012-12-11Fixed wrong class name (copy/paste is BAD ;-) ).Vincent Richard1-1/+1
2012-12-10SSL server identity check.Vincent Richard1-1/+13
2012-11-29Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on ↵Vincent Richard1-5/+51
Windows platform are now non-blocking (thanks to Mehmet Bozkurt).
2012-11-03OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard2-0/+728