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