summaryrefslogtreecommitdiff
path: root/src/lib/libtls/tls_internal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Store errors that occur during a tls_accept_socket() call on the contextjsing2015-03-311-2/+3
* In the interests of being secure by default, make the default TLS ciphersjsing2015-02-221-1/+4
* Be consistent with naming - only use "host" and "hostname" when referringjsing2015-02-111-3/+3
* Convert tls_connect_fds() and tls_accept_socket() to the new OpenSSL errorjsing2015-02-071-1/+2
* Add tls_config_set_dheparams() to allow specification of the parameters tojsing2015-02-071-2/+3
* Allow to to load the CA chain directly from memory instead ofreyk2015-01-221-1/+3
* For non-blocking sockets tls_connect_fds() could fail with EAGAIN.bluhm2015-01-131-2/+3
* Add size_t to int checks for SSL functions.doug2014-12-171-2/+4
* Allow specific libtls hostname validation errors to propagate.bcook2014-12-071-2/+2
* revert previous change for now, adjusting based on comments from jsing@bcook2014-12-071-3/+2
* Allow specific libtls hostname validation errors to propagate.bcook2014-12-071-2/+3
* Rename libressl to libtls to avoid confusion and to make it easier tojsing2014-10-311-0/+72