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