summaryrefslogtreecommitdiff
path: root/src/lib/libtls/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename tls_config_insecure_noverifyhost() tojsing2015-02-221-2/+2
| | | | | | | tls_config_insecure_noverifyname(), so that it is more accurate and keeps inline with the distinction between DNS hostname and server name. Requested by tedu@ during s2k15.
* Document tls_config_parse_protocols() and update documentation forjsing2015-02-151-1/+2
| | | | tls_config_set_protocols().
* Provide a tls_connect_servername() function that has the same behaviourjsing2015-02-111-1/+3
| | | | | | | | | as tls_connect(), however allows the name to use for verification to be explicitly provided, rather than being inferred from the host value. Requested by reyk@ ok reyk@ tedu@
* Add manpage bits for tls_load_file() and tls_accept_socket().reyk2015-02-071-1/+3
| | | | | | | | The tls_accept_socket() has been previously removed because the API is not fixed yet; but it is also already used by httpd(8) and spamd(8) so it is time to add it again and eventually change it later. OK tedu@
* Add tls_config_set_dheparams() to allow specification of the parameters tojsing2015-02-071-2/+3
| | | | | | | | | use for DHE. This enables the use of DHE cipher suites. Rename tls_config_set_ecdhcurve() to tls_config_set_ecdhecurve() since it is only used to specify the curve for ephemeral ECDH. Discussed with reyk@
* Add MLINK for tls_config_set_ca_mem()reyk2015-01-221-1/+2
|
* Rename libressl to libtls to avoid confusion and to make it easier tojsing2014-10-311-0/+58
distinguish between LibreSSL (the project) and libressl (the library). Discussed with many.