summaryrefslogtreecommitdiff
path: root/src/lib/libtls/tls_init.3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* split the tls_init(3) that had grown fat to allow healthy future growth;schwarze2017-01-251-885/+0
* accross -> across;jmc2017-01-241-2/+2
* Introduce ticket support. To enable them it is enough to set a positiveclaudio2017-01-241-1/+28
* Add missing documentation for tls_config_set_verify_depthclaudio2017-01-241-1/+5
* Shuffle the deck chairs to bring them back in order.claudio2017-01-241-9/+9
* tls_config_add_keypair_mem is the function to add additional keypairs andclaudio2017-01-241-5/+5
* Change the return value of tls_config_set_protocols() andjsing2016-11-111-4/+4
* fix misplaced quote by tls_peer_ocsp_this_updatebcook2016-11-051-2/+2
* tweak previous;jmc2016-11-051-6/+6
* Add support for server side OCSP stapling to libtls.beck2016-11-051-2/+16
* Add ocsp_require_stapling config option for tls - allows a connectionbeck2016-11-041-2/+8
* Don't do OCSP validation when we have disabled certificate verificationbeck2016-11-031-4/+4
* bit more cleanup;jmc2016-11-021-9/+9
* tweak previous;jmc2016-11-021-32/+26
* Add OCSP client side support to libtls.beck2016-11-021-3/+118
* add a little more typing to the first callback argument.tedu2016-09-131-4/+4
* minor tweaks;jmc2016-09-041-7/+7
* New sentence, new line. Also wrap at 80 chars.jsing2016-09-041-3/+7
* Add callback-based interface to libtls.bcook2016-09-041-1/+13
* State that libtls functions apply to both clients and servers, unlessjsing2016-09-041-47/+16
* Provide an API that enables server side SNI support - add the ability tojsing2016-08-221-2/+27
* Rework parts of the libtls man page for clarity. Split out the connectionjsing2016-08-181-45/+35
* Add ALPN support to libtls.jsing2016-08-121-8/+28
* Revert previous since it adds new symbols.jsing2016-08-021-28/+8
* Add ALPN support to libtls.jsing2016-08-011-8/+28
* Split the existing TLS cipher suite groups into four:jsing2016-07-131-6/+11
* typo fixes; Anthony Coultersthen2016-05-271-3/+3
* Fix mangled function signatures.jsing2016-05-091-5/+5
* spelling fix;jmc2016-04-281-2/+2
* Factor our the keypair handling in libtls. This results in more readablejsing2016-04-281-3/+17
* Rework the error handling in libtls so that we can associate errors withjsing2016-04-281-5/+10
* no more outlen; from remcojmc2016-04-241-5/+3
* typos;jmc2016-04-241-3/+3
* update some client/server info; from jan klemkowjmc2015-11-091-5/+5
* Put tls_config_verify_client_optional() in the right place.jsing2015-10-161-6/+6
* Fix tpyo.jsing2015-10-161-3/+3
* trailing whitespace;jmc2015-10-081-6/+6
* Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi...beck2015-10-071-4/+30
* tweak previous;jmc2015-09-141-2/+2
* Provide tls_config_insecure_noverifytime() in order to be able to disablejsing2015-09-141-1/+9
* Remove useless quoting from .Fo and .Fn function names, to preventschwarze2015-09-141-4/+4
* some conn_version and conn_cipher bits;jmc2015-09-141-8/+7
* add missing function return typesschwarze2015-09-141-2/+3
* add visibility of ciper and connection version stringsbeck2015-09-131-3/+23
* Move connection info into it's own private structure allocated and filled inbeck2015-09-121-20/+10
* more for NAME;jmc2015-09-111-1/+4
* more cleanup;jmc2015-09-111-16/+15
* update NAME; various cleanupjmc2015-09-111-20/+20
* document tls_get_peer_subject, tls_get_peer_issuer, and tls_get_peer_hashbeck2015-09-111-2/+54
* add tls_peer functions for checking names and issuers of peer certificates.beck2015-09-111-2/+29