aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/tls/gnutls (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-293-903/+0
| | | | build.
* Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard2013-12-101-16/+24
| | | | byte_t...). Minor warning fixes.
* Boost/C++11 shared pointers.Vincent Richard2013-11-213-30/+30
|
* fix typoMark Brand2013-09-221-1/+1
|
* TLS properties: allows setting custom cipher suite for TLS/SSL connections.Vincent Richard2013-09-212-14/+123
|
* Fixed warnings and 64-bit issues.Vincent Richard2013-03-241-1/+1
|
* Updated copyright year and maintainer email address.Vincent Richard2013-01-102-2/+2
|
* Fixed wrong class name (copy/paste is BAD ;-) ).Vincent Richard2012-12-111-1/+1
|
* SSL server identity check.Vincent Richard2012-12-101-1/+13
|
* Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on ↵Vincent Richard2012-11-291-5/+51
| | | | Windows platform are now non-blocking (thanks to Mehmet Bozkurt).
* OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard2012-11-032-0/+728