aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/tls/openssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ...Vincent Richard2013-12-294-990/+0
* Better error handling. Fixed return values in custom BIO. Added support for S...Vincent Richard2013-12-181-47/+134
* Loop on recv and send operations for non-blocking sockets with OpenSSL.Vincent Richard2013-12-171-20/+16
* Simplified types for better readability. Use appropriate types (size_t, byte_...Vincent Richard2013-12-101-11/+25
* Boost/C++11 shared pointers.Vincent Richard2013-11-214-29/+29
* Order ciphers according to strength and always exclude ADH (OpenSSL).Vincent Richard2013-09-231-4/+4
* TLS properties: allows setting custom cipher suite for TLS/SSL connections.Vincent Richard2013-09-212-5/+118
* Cross-platform and (truly) thread-safe OpenSSL initialization.Vincent Richard2013-05-133-43/+37
* Fixed BIO_METHOD initialization for thread safety.Vincent Richard2013-05-121-14/+16
* Remove +x bit from source filesJan Engelhardt2013-03-273-0/+0
* Removed unused includes for OpenSSL.Vincent Richard2013-01-151-6/+0
* Updated copyright year and maintainer email address.Vincent Richard2013-01-103-3/+3
* SSL server identity check.Vincent Richard2012-12-101-1/+13
* Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on Windo...Vincent Richard2012-11-292-16/+89
* Thread-safe initialization for OpenSSL.Vincent Richard2012-11-061-4/+3
* OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard2012-11-033-0/+706