summaryrefslogtreecommitdiffstats
path: root/lib/libtls/man
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Tweak previous:schwarze1-19/+34
2021-01-02Make list of DHE parameters more prominentkn1-6/+19
2020-12-30Make the list of supported protocols more prominentkn1-5/+15
2020-01-22Note in the man page that the default protocols list includes 1.3beck1-4/+4
2020-01-20Add support for TLSv1.3 as a protocol to libtls.jsing1-6/+7
2019-11-02Document tls_conn_cipher_strength().jsing1-2/+14
2019-07-09Group tls_{handshake,read,write,close}() return values documentation.jsing1-21/+21
2019-06-20tls_read() & tls_write() return 4 possible values: TLS_WANT_POLLOUT,deraadt1-4/+4
2019-03-20fix examples (libtls uses its own error reporting mechanism)espie1-4/+4
2018-12-14Delete a note taken during the rev. 1.1 man page spliteschwarze1-5/+2
2018-11-29expose the default cert file as a function, not a define. it's reallytedu1-3/+9
2018-08-21typo in argument type, from Mario dot Andres dot Campos at gmail dot comschwarze1-3/+3
2018-07-24Use the same order in NAME, SYNOPSIS, DESCRIPTION, and RETURN VALUES totb1-27/+28
2018-07-23Document tls_peer_ocsp_result() and use it in place of the non-existenttb1-6/+12
2018-07-09Move a detail on tls_connect(3) to its documentation and be a bit moretb1-5/+7
2018-07-09wording tweak for tls_init() from jsingtb1-4/+4
2018-07-08Simplify and shorten the description of tls_init(3),schwarze1-4/+4
2018-05-26minor markup improvement: .Fa *cctx -> .Pf * Fa cctxschwarze1-3/+3
2018-05-26Quote .Fa arguments containing blanks.schwarze1-4/+4
2018-03-19Automatically handle library initialisation for libtls.jsing1-3/+4
2018-03-08un-revert tls_init pthread_once change, now that stub is added so that builds workbeck1-3/+3
2018-03-07backout. diff was not tested comprehensively, resulting in a broken tree.deraadt1-2/+2
2018-03-07Make tls_init() concurrently callable using pthread_once().beck1-3/+3
2018-02-10Be more specific about when the session file will be updated.jsing1-2/+2
2018-02-10Document functions for client-side TLS session support.jsing2-9/+56
2017-10-08hyphenate DER/PEM-encoded, for consistency;jmc2-9/+9
2017-10-07Document tls_peer_cert_chain_pem().jsing1-2/+13
2017-08-12Document tls_config_set_dheparams().jsing1-4/+13
2017-08-12Document tls_reset().jsing1-2/+13
2017-08-11new sentence, new line;jmc1-3/+4
2017-08-10Add a tls_config_set_ecdhecurves() function to libtls, which allows thejsing1-6/+13
2017-08-01correct function name;jmc1-3/+3
2017-07-06Document tls_config_set_crl_file() and tls_config_set_crl_mem().jsing1-3/+30
2017-05-06Be explicit about when it is safe to call tls_config_free().jsing1-3/+8
2017-05-06Document tls_unload_file().jsing1-3/+14
2017-04-27tls_free(3) and tls_config_free(3) accept NULL;schwarze2-4/+14
2017-03-02fix error in Dt; from robert kleinjmc1-3/+3
2017-02-20spelling fix;jmc1-2/+2
2017-02-20document tls_config_error(3) RETURN VALUES, improve what is saidschwarze2-6/+59
2017-01-31tweak previous;jmc2-12/+8
2017-01-31Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may bebeck2-39/+91
2017-01-29Marko Kreen contributed significantly to the ocsp stuff for libtlsbeck1-2/+3
2017-01-28add HISTORY and AUTHORSschwarze12-24/+256
2017-01-27Fix Copyright notices; ok beck@ jsing@ tedu@schwarze11-28/+43
2017-01-26fix Dt;jmc1-3/+3
2017-01-25split the tls_init(3) that had grown fat to allow healthy future growth;schwarze13-0/+1468