aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/tls/openssl (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-12-29Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard4-990/+0
build.
2013-12-18Better error handling. Fixed return values in custom BIO. Added support for ↵Vincent Richard1-47/+134
SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE in handshaking.
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, ↵Vincent Richard1-11/+25
byte_t...). Minor warning fixes.
2013-11-21Boost/C++11 shared pointers.Vincent Richard4-29/+29
2013-09-23Order ciphers according to strength and always exclude ADH (OpenSSL).Vincent Richard1-4/+4
2013-09-21TLS properties: allows setting custom cipher suite for TLS/SSL connections.Vincent Richard2-5/+118
2013-05-13Cross-platform and (truly) thread-safe OpenSSL initialization.Vincent Richard3-43/+37
2013-05-12Fixed BIO_METHOD initialization for thread safety.Vincent Richard1-14/+16
2013-03-27Remove +x bit from source filesJan Engelhardt3-0/+0
2013-01-15Removed unused includes for OpenSSL.Vincent Richard1-6/+0
2013-01-10Updated copyright year and maintainer email address.Vincent Richard3-3/+3
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 ↵Vincent Richard2-16/+89
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 Richard3-0/+706