aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/tls/openssl/TLSSocket_OpenSSL.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ...Vincent Richard2013-12-291-601/+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-211-16/+16
* Cross-platform and (truly) thread-safe OpenSSL initialization.Vincent Richard2013-05-131-0/+4
* Fixed BIO_METHOD initialization for thread safety.Vincent Richard2013-05-121-14/+16
* Remove +x bit from source filesJan Engelhardt2013-03-271-0/+0
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
* 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-291-16/+86
* OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard2012-11-031-0/+416