aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/tls/openssl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-294-990/+0
| | | | build.
* Better error handling. Fixed return values in custom BIO. Added support for ↵Vincent Richard2013-12-181-47/+134
| | | | SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE in handshaking.
* 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, ↵Vincent Richard2013-12-101-11/+25
| | | | byte_t...). Minor warning fixes.
* Boost/C++11 shared pointers.Vincent Richard2013-11-214-29/+29
|
* Order ciphers according to strength and always exclude ADH (OpenSSL).Vincent Richard2013-09-231-4/+4
|
* TLS properties: allows setting custom cipher suite for TLS/SSL connections.Vincent Richard2013-09-212-5/+118
|
* Cross-platform and (truly) thread-safe OpenSSL initialization.Vincent Richard2013-05-133-43/+37
|
* Fixed BIO_METHOD initialization for thread safety.Vincent Richard2013-05-121-14/+16
|
* Remove +x bit from source filesJan Engelhardt2013-03-273-0/+0
|
* Removed unused includes for OpenSSL.Vincent Richard2013-01-151-6/+0
|
* Updated copyright year and maintainer email address.Vincent Richard2013-01-103-3/+3
|
* 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-292-16/+89
| | | | 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-033-0/+706