summaryrefslogtreecommitdiff
path: root/lib/libtls/tls_init.3
AgeCommit message (Expand)Author
2015-04-03comma fix;Jason McIntyre
2015-04-02Handle the case where multiple calls to SSL_shutdown() are required toJoel Sing
2015-04-02Correct man page title.Joel Sing
2015-04-02Document the fact that the tls_accept_*() functions can returnJoel Sing
2015-03-31Provide a tls_accept_fds() function, which allows a TLS connection to beJoel Sing
2015-02-22Rename tls_config_insecure_noverifyhost() toJoel Sing
2015-02-21explain how tls_accept_socket works.Ted Unangst
2015-02-21tls_config_set_protocols is really void. Greg Martin.Ted Unangst
2015-02-21fill out docs a bit more, notably the read/write again behaviors.Ted Unangst
2015-02-15s/tls_load_keys/tls_load_file/Joel Sing
2015-02-15Document tls_config_parse_protocols() and update documentation forJoel Sing
2015-02-11Provide a tls_connect_servername() function that has the same behaviourJoel Sing
2015-02-11Be consistent with naming - only use "host" and "hostname" when referringJoel Sing
2015-02-07Add manpage bits for tls_load_file() and tls_accept_socket().Reyk Floeter
2015-02-07Add tls_config_set_dheparams() to allow specification of the parameters toJoel Sing
2015-01-22last entry in NAME should not have a trailing comma;Jason McIntyre
2015-01-22Allow to to load the CA chain directly from memory instead ofReyk Floeter
2015-01-01Revert previous; tls_accept_socket() was intentionally undocumentedIngo Schwarze
2015-01-01minimally document tls_accept_socket();Ingo Schwarze
2014-11-11delete extra word in NdTheo de Raadt
2014-11-07missing outlen in tls_write declTed Unangst
2014-11-02Add a tls_connect_fds() function that allows a secure connection to beJoel Sing
2014-10-31Rename libressl to libtls to avoid confusion and to make it easier toJoel Sing