summaryrefslogtreecommitdiff
path: root/src/lib/libtls/tls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Set SSL_MODE_ENABLE_PARTIAL_WRITE and SSL_MODE_ACCEPT_MOVING_WRITE_BUFFERbluhm2015-07-181-1/+4
* Treat SSL_ERROR_ZERO_RETURN as a success, rather than a failure. Alsojsing2015-04-151-5/+6
* Make tls_close() more robust - do not rely on a close notify being receivedjsing2015-04-151-13/+17
* Handle the case where multiple calls to SSL_shutdown() are required tojsing2015-04-021-6/+9
* Store errors that occur during a tls_accept_socket() call on the contextjsing2015-03-311-5/+5
* Convert tls_connect_fds() and tls_accept_socket() to the new OpenSSL errorjsing2015-02-071-2/+2
* Attempt to implement the OpenSSL error dance so that TLS read/writejsing2015-02-071-29/+61
* Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem().reyk2015-02-061-2/+2
* Add size_t to int checks for SSL functions.doug2014-12-171-1/+22
* revert previous change for now, adjusting based on comments from jsing@bcook2014-12-071-10/+3
* Allow specific libtls hostname validation errors to propagate.bcook2014-12-071-3/+10
* Rename libressl to libtls to avoid confusion and to make it easier tojsing2014-10-311-0/+300