aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/tls/openssl/TLSSession_OpenSSL.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-12-29Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard1-135/+0
build.
2013-11-21Boost/C++11 shared pointers.Vincent Richard1-6/+6
2013-09-21TLS properties: allows setting custom cipher suite for TLS/SSL connections.Vincent Richard1-5/+6
2013-05-13Cross-platform and (truly) thread-safe OpenSSL initialization.Vincent Richard1-3/+3
2013-03-27Remove +x bit from source filesJan Engelhardt1-0/+0
2013-01-15Removed unused includes for OpenSSL.Vincent Richard1-6/+0
2013-01-10Updated copyright year and maintainer email address.Vincent Richard1-1/+1
2012-11-29Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on ↵Vincent Richard1-0/+3
Windows platform are now non-blocking (thanks to Mehmet Bozkurt).
2012-11-06Thread-safe initialization for OpenSSL.Vincent Richard1-4/+3
2012-11-03OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard1-0/+138