summaryrefslogtreecommitdiff
path: root/lib/libtls/man
AgeCommit message (Expand)Author
2023-09-18remove tls_reset(3) from the NAME, SYNOPSIS, and HISTORY sectionsIngo Schwarze
2023-07-02Remove the ability to do tls 1.0 and 1.1 from libtls.Bob Beck
2022-01-01contibutions -> contributionsJonathan Gray
2021-06-22zap wonky commas;Jason McIntyre
2021-06-22Clarify tls_config_set_*_file() file I/O semanticskn
2021-01-02Tweak previous:Ingo Schwarze
2021-01-02Make list of DHE parameters more prominentkn
2020-12-30Make the list of supported protocols more prominentkn
2020-01-22Note in the man page that the default protocols list includes 1.3Bob Beck
2020-01-20Add support for TLSv1.3 as a protocol to libtls.Joel Sing
2019-11-02Document tls_conn_cipher_strength().Joel Sing
2019-07-09Group tls_{handshake,read,write,close}() return values documentation.Joel Sing
2019-06-20tls_read() & tls_write() return 4 possible values: TLS_WANT_POLLOUT,Theo de Raadt
2019-03-20fix examples (libtls uses its own error reporting mechanism)Marc Espie
2018-12-14Delete a note taken during the rev. 1.1 man page spliteIngo Schwarze
2018-11-29expose the default cert file as a function, not a define. it's reallyTed Unangst
2018-08-21typo in argument type, from Mario dot Andres dot Campos at gmail dot comIngo Schwarze
2018-07-24Use the same order in NAME, SYNOPSIS, DESCRIPTION, and RETURN VALUES toTheo Buehler
2018-07-23Document tls_peer_ocsp_result() and use it in place of the non-existentTheo Buehler
2018-07-09Move a detail on tls_connect(3) to its documentation and be a bit moreTheo Buehler
2018-07-09wording tweak for tls_init() from jsingTheo Buehler
2018-07-08Simplify and shorten the description of tls_init(3),Ingo Schwarze
2018-05-26minor markup improvement: .Fa *cctx -> .Pf * Fa cctxIngo Schwarze
2018-05-26Quote .Fa arguments containing blanks.Ingo Schwarze
2018-03-19Automatically handle library initialisation for libtls.Joel Sing
2018-03-08un-revert tls_init pthread_once change, now that stub is added so that builds...Bob Beck
2018-03-07backout. diff was not tested comprehensively, resulting in a broken tree.Theo de Raadt
2018-03-07Make tls_init() concurrently callable using pthread_once().Bob Beck
2018-02-10Be more specific about when the session file will be updated.Joel Sing
2018-02-10Document functions for client-side TLS session support.Joel Sing
2017-10-08hyphenate DER/PEM-encoded, for consistency;Jason McIntyre
2017-10-07Document tls_peer_cert_chain_pem().Joel Sing
2017-08-12Document tls_config_set_dheparams().Joel Sing
2017-08-12Document tls_reset().Joel Sing
2017-08-11new sentence, new line;Jason McIntyre
2017-08-10Add a tls_config_set_ecdhecurves() function to libtls, which allows theJoel Sing
2017-08-01correct function name;Jason McIntyre
2017-07-06Document tls_config_set_crl_file() and tls_config_set_crl_mem().Joel Sing
2017-05-06Be explicit about when it is safe to call tls_config_free().Joel Sing
2017-05-06Document tls_unload_file().Joel Sing
2017-04-27tls_free(3) and tls_config_free(3) accept NULL;Ingo Schwarze
2017-03-02fix error in Dt; from robert kleinJason McIntyre
2017-02-20spelling fix;Jason McIntyre
2017-02-20document tls_config_error(3) RETURN VALUES, improve what is saidIngo Schwarze
2017-01-31tweak previous;Jason McIntyre
2017-01-31Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may beBob Beck
2017-01-29Marko Kreen contributed significantly to the ocsp stuff for libtlsBob Beck
2017-01-28add HISTORY and AUTHORSIngo Schwarze
2017-01-27Fix Copyright notices; ok beck@ jsing@ tedu@Ingo Schwarze
2017-01-26fix Dt;Jason McIntyre