summaryrefslogtreecommitdiff
path: root/src/lib/libtls/tls_client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Store errors that occur during a tls_accept_socket() call on the contextjsing2015-03-311-2/+2
* free the server certificate in tls_connect_fds(); fixes a memory leak withsthen2015-03-211-1/+2
* Provide a tls_connect_servername() function that has the same behaviourjsing2015-02-111-3/+12
* Be consistent with naming - only use "host" and "hostname" when referringjsing2015-02-111-15/+15
* When parsing the host in tls_connect(), first check if it is a numericreyk2015-02-091-29/+49
* Use the AI_ADDRCONFIG flag in tls_connect(). This tells the resolverreyk2015-02-081-1/+2
* Convert tls_connect_fds() and tls_accept_socket() to the new OpenSSL errorjsing2015-02-071-12/+6
* Make the TLS connect and accept error messages consistent.bluhm2015-01-301-2/+2
* Allow to to load the CA chain directly from memory instead ofreyk2015-01-221-2/+15
* For non-blocking sockets tls_connect_fds() could fail with EAGAIN.bluhm2015-01-131-5/+19
* Rename the tls_connect_socket() parameter 'socket' to 's' to avoidbluhm2015-01-021-4/+4
* include netinet/in.h to define struct in6_addr.bcook2014-12-271-1/+2
* Allow specific libtls hostname validation errors to propagate.bcook2014-12-071-4/+5
* revert previous change for now, adjusting based on comments from jsing@bcook2014-12-071-6/+4
* Allow specific libtls hostname validation errors to propagate.bcook2014-12-071-4/+6
* Add a tls_connect_fds() function that allows a secure connection to bejsing2014-11-021-3/+16
* Rename libressl to libtls to avoid confusion and to make it easier tojsing2014-10-311-0/+212