aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/tls/openssl/TLSSession_OpenSSL.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-291-135/+0
| | | | build.
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-6/+6
|
* TLS properties: allows setting custom cipher suite for TLS/SSL connections.Vincent Richard2013-09-211-5/+6
|
* Cross-platform and (truly) thread-safe OpenSSL initialization.Vincent Richard2013-05-131-3/+3
|
* Remove +x bit from source filesJan Engelhardt2013-03-271-0/+0
|
* Removed unused includes for OpenSSL.Vincent Richard2013-01-151-6/+0
|
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
|
* Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on ↵Vincent Richard2012-11-291-0/+3
| | | | 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-031-0/+138