aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/tls/openssl/TLSSocket_OpenSSL.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-29Merged source and header files in directory structure. Got rid of SConstruct ...Vincent Richard1-601/+0
2013-12-18Better error handling. Fixed return values in custom BIO. Added support for S...Vincent Richard1-47/+134
2013-12-17Loop on recv and send operations for non-blocking sockets with OpenSSL.Vincent Richard1-20/+16
2013-12-10Simplified types for better readability. Use appropriate types (size_t, byte_...Vincent Richard1-11/+25
2013-11-21Boost/C++11 shared pointers.Vincent Richard1-16/+16
2013-05-13Cross-platform and (truly) thread-safe OpenSSL initialization.Vincent Richard1-0/+4
2013-05-12Fixed BIO_METHOD initialization for thread safety.Vincent Richard1-14/+16
2013-03-27Remove +x bit from source filesJan Engelhardt1-0/+0
2013-01-10Updated copyright year and maintainer email address.Vincent Richard1-1/+1
2012-12-10SSL server identity check.Vincent Richard1-1/+13
2012-11-29Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on Windo...Vincent Richard1-16/+86
2012-11-03OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard1-0/+416