summaryrefslogtreecommitdiff
path: root/lib/libtls/tls_config.c
AgeCommit message (Expand)Author
2015-02-22Rename tls_config_insecure_noverifyhost() toJoel Sing
2015-02-22Check return values when setting dheparams and ecdhecurve for the defaultJoel Sing
2015-02-22In the interests of being secure by default, make the default TLS ciphersJoel Sing
2015-02-12Add a tls_config_parse_protocols() function that allows a protocols stringJoel Sing
2015-02-12Fix handling of "legacy" mode for tls_config_set_dheparams().Joel Sing
2015-02-11Be consistent with naming - only use "host" and "hostname" when referringJoel Sing
2015-02-07Add tls_config_set_dheparams() to allow specification of the parameters toJoel Sing
2015-01-22Allow to to load the CA chain directly from memory instead ofReyk Floeter
2014-10-31Rename libressl to libtls to avoid confusion and to make it easier toJoel Sing