summaryrefslogtreecommitdiff
path: root/src/lib/libtls/tls_config.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide an API that enables server side SNI support - add the ability tojsing2016-08-221-1/+57
* Avoid leaking memory if tls_config_set_alpn() is called multiple timesjsing2016-08-131-4/+5
* Load CA, certificate and key files into memory when the appropriatejsing2016-08-131-13/+68
* Add ALPN support to libtls.jsing2016-08-121-1/+68
* Revert previous since it adds new symbols.jsing2016-08-021-69/+1
* Add ALPN support to libtls.jsing2016-08-011-1/+69
* Split the existing TLS cipher suite groups into four:jsing2016-07-131-3/+7
* Revert previous - it introduces problems with a common privsep use case.jsing2016-07-071-68/+11
* Check that the given ciphers string is syntactically valid and results injsing2016-07-061-1/+17
* Always load CA, key and certificate files at the time the configurationjsing2016-07-061-11/+68
* Rename some of the internal error setting functions to more closely followjsing2016-05-271-3/+3
* Avoid leaking ca_mem when freeing a tls_config.jsing2016-05-271-1/+2
* Factor our the keypair handling in libtls. This results in more readablejsing2016-04-281-14/+100
* Rework the error handling in libtls so that we can associate errors withjsing2016-04-281-3/+15
* clean some ugly intendation wartsderaadt2015-09-291-2/+2
* Provide tls_config_insecure_noverifytime() in order to be able to disablejsing2015-09-141-1/+8
* Add support for preferring the server's cipher list or the client's cipherjsing2015-09-101-1/+15
* Indent labels with a space so that diff -p is more friendly.jsing2015-09-091-2/+2
* Add client certificate support. Still needs a few tweaks but this willbeck2015-09-091-1/+13
* Rename tls_config_insecure_noverifyhost() tojsing2015-02-221-6/+5
* Check return values when setting dheparams and ecdhecurve for the defaultjsing2015-02-221-11/+14
* In the interests of being secure by default, make the default TLS ciphersjsing2015-02-221-1/+13
* Add a tls_config_parse_protocols() function that allows a protocols stringjsing2015-02-121-1/+60
* Fix handling of "legacy" mode for tls_config_set_dheparams().jsing2015-02-121-2/+2
* Be consistent with naming - only use "host" and "hostname" when referringjsing2015-02-111-3/+4
* Add tls_config_set_dheparams() to allow specification of the parameters tojsing2015-02-071-5/+25
* Allow to to load the CA chain directly from memory instead ofreyk2015-01-221-1/+8
* Rename libressl to libtls to avoid confusion and to make it easier tojsing2014-10-311-0/+201