summaryrefslogtreecommitdiff
path: root/lib/libtls/tls_init.3
AgeCommit message (Expand)Author
2016-09-13add a little more typing to the first callback argument.Ted Unangst
2016-09-04minor tweaks;Jason McIntyre
2016-09-04New sentence, new line. Also wrap at 80 chars.Joel Sing
2016-09-04Add callback-based interface to libtls.Brent Cook
2016-09-04State that libtls functions apply to both clients and servers, unlessJoel Sing
2016-08-22Provide an API that enables server side SNI support - add the ability toJoel Sing
2016-08-18Rework parts of the libtls man page for clarity. Split out the connectionJoel Sing
2016-08-12Add ALPN support to libtls.Joel Sing
2016-08-02Revert previous since it adds new symbols.Joel Sing
2016-08-01Add ALPN support to libtls.Joel Sing
2016-07-13Split the existing TLS cipher suite groups into four:Joel Sing
2016-05-27typo fixes; Anthony CoulterStuart Henderson
2016-05-09Fix mangled function signatures.Joel Sing
2016-04-28spelling fix;Jason McIntyre
2016-04-28Factor our the keypair handling in libtls. This results in more readableJoel Sing
2016-04-28Rework the error handling in libtls so that we can associate errors withJoel Sing
2016-04-24no more outlen; from remcoJason McIntyre
2016-04-24typos;Jason McIntyre
2015-11-09update some client/server info; from jan klemkowJason McIntyre
2015-10-16Put tls_config_verify_client_optional() in the right place.Joel Sing
2015-10-16Fix tpyo.Joel Sing
2015-10-08trailing whitespace;Jason McIntyre
2015-10-07Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi...Bob Beck
2015-09-14tweak previous;Jason McIntyre
2015-09-14Provide tls_config_insecure_noverifytime() in order to be able to disableJoel Sing
2015-09-14Remove useless quoting from .Fo and .Fn function names, to preventIngo Schwarze
2015-09-14some conn_version and conn_cipher bits;Jason McIntyre
2015-09-14add missing function return typesIngo Schwarze
2015-09-13add visibility of ciper and connection version stringsBob Beck
2015-09-12Move connection info into it's own private structure allocated and filled inBob Beck
2015-09-11more for NAME;Jason McIntyre
2015-09-11more cleanup;Jason McIntyre
2015-09-11update NAME; various cleanupJason McIntyre
2015-09-11document tls_get_peer_subject, tls_get_peer_issuer, and tls_get_peer_hashBob Beck
2015-09-11add tls_peer functions for checking names and issuers of peer certificates.Bob Beck
2015-09-11specify what is permitted as an argument to tls_config_set_ciphers()Bob Beck
2015-09-11- add some missing NAME entriesJason McIntyre
2015-09-10improve examples,Theo de Raadt
2015-09-10document client side certificate verification functionality.Bob Beck
2015-09-10document changed tls_read and tls_write semantics.Bob Beck
2015-09-10tweak previous;Jason McIntyre
2015-09-10Correctly document the behaviour of tls_close() - the caller is responsibleJoel Sing
2015-09-10Replace TLS_{READ,WRITE}_AGAIN with TLS_WANT_POLL{IN,OUT} and correctlyJoel Sing
2015-09-10Update libtls man page to reflect tls_handshake() related changes.Joel Sing
2015-09-10revert accidental commitBob Beck
2015-09-10comment for errno clobbering, to indicate why we do this.Bob Beck
2015-09-10Add support for preferring the server's cipher list or the client's cipherJoel Sing
2015-07-19tweak previous; ok dougJason McIntyre
2015-07-19Add documentation on how to use TLS_{READ,WRITE}_AGAIN.Doug Hogan
2015-04-03comma fix;Jason McIntyre