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