aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/tls/openssl/TLSSocket_OpenSSL.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Vincent Richard2012-11-291-16/+86
| | | | Windows platform are now non-blocking (thanks to Mehmet Bozkurt).
* OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard2012-11-031-0/+416