summaryrefslogtreecommitdiff
path: root/lib/libtls/tls_init.3
AgeCommit message (Expand)Author
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
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