summaryrefslogtreecommitdiff
path: root/src/lib/libtls/tls_init.3 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* specify what is permitted as an argument to tls_config_set_ciphers()beck2015-09-111-1/+11
* - add some missing NAME entriesjmc2015-09-111-6/+8
* improve examples,deraadt2015-09-101-8/+11
* document client side certificate verification functionality.beck2015-09-101-2/+16
* document changed tls_read and tls_write semantics.beck2015-09-101-15/+58
* tweak previous;jmc2015-09-101-3/+3
* Correctly document the behaviour of tls_close() - the caller is responsiblejsing2015-09-101-5/+6
* Replace TLS_{READ,WRITE}_AGAIN with TLS_WANT_POLL{IN,OUT} and correctlyjsing2015-09-101-20/+13
* Update libtls man page to reflect tls_handshake() related changes.jsing2015-09-101-35/+37
* revert accidental commitbeck2015-09-101-4/+4
* comment for errno clobbering, to indicate why we do this.beck2015-09-101-4/+4
* Add support for preferring the server's cipher list or the client's cipherjsing2015-09-101-2/+19
* tweak previous; ok dougjmc2015-07-191-4/+4
* Add documentation on how to use TLS_{READ,WRITE}_AGAIN.doug2015-07-191-2/+29
* comma fix;jmc2015-04-031-3/+3
* Handle the case where multiple calls to SSL_shutdown() are required tojsing2015-04-021-2/+5
* Correct man page title.jsing2015-04-021-2/+2
* Document the fact that the tls_accept_*() functions can returnjsing2015-04-021-7/+11
* Provide a tls_accept_fds() function, which allows a TLS connection to bejsing2015-03-311-2/+18
* Rename tls_config_insecure_noverifyhost() tojsing2015-02-221-11/+11
* explain how tls_accept_socket works.tedu2015-02-211-2/+9
* tls_config_set_protocols is really void. Greg Martin.tedu2015-02-211-3/+3
* fill out docs a bit more, notably the read/write again behaviors.tedu2015-02-211-3/+27
* s/tls_load_keys/tls_load_file/jsing2015-02-151-2/+2
* Document tls_config_parse_protocols() and update documentation forjsing2015-02-151-4/+25
* Provide a tls_connect_servername() function that has the same behaviourjsing2015-02-111-1/+9
* Be consistent with naming - only use "host" and "hostname" when referringjsing2015-02-111-4/+4
* Add manpage bits for tls_load_file() and tls_accept_socket().reyk2015-02-071-1/+25
* Add tls_config_set_dheparams() to allow specification of the parameters tojsing2015-02-071-4/+7
* last entry in NAME should not have a trailing comma;jmc2015-01-221-2/+2
* Allow to to load the CA chain directly from memory instead ofreyk2015-01-221-2/+9
* Revert previous; tls_accept_socket() was intentionally undocumentedschwarze2015-01-011-7/+1
* minimally document tls_accept_socket();schwarze2015-01-011-2/+8
* delete extra word in Ndderaadt2014-11-111-3/+3
* missing outlen in tls_write decltedu2014-11-071-3/+3
* Add a tls_connect_fds() function that allows a secure connection to bejsing2014-11-021-2/+15
* Rename libressl to libtls to avoid confusion and to make it easier tojsing2014-10-311-0/+316