aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/tls/openssl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Vincent Richard2012-11-292-16/+89
| | | | Windows platform are now non-blocking (thanks to Mehmet Bozkurt).
* Thread-safe initialization for OpenSSL.Vincent Richard2012-11-061-4/+3
|
* OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard2012-11-033-0/+706