summaryrefslogtreecommitdiff
path: root/src/lib/libtls/tls.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Change TLS_PROTOCOLS_DEFAULT to be TLSv1.2 only. Add a TLS_PROTOCOLS_ALLjsing2015-02-121-2/+4
* Provide a tls_connect_servername() function that has the same behaviourjsing2015-02-111-1/+3
* Be consistent with naming - only use "host" and "hostname" when referringjsing2015-02-111-3/+3
* Add tls_load_file() as a helper to load certificates or encrypted keysreyk2015-02-071-1/+3
* 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
* Add a tls_connect_fds() function that allows a secure connection to bejsing2014-11-021-1/+3
* Rename libressl to libtls to avoid confusion and to make it easier tojsing2014-10-311-0/+74