| Commit message (Expand) | Author | Age | Files | Lines |
* | Only assign destlen when src is non-NULL. | jsing | 2019-04-04 | 1 | -3/+4 |
* | Switch to pthread_mutex_init(). | jsing | 2019-04-04 | 1 | -3/+5 |
* | Bump libssl/libtls minors due to symbol addition. | jsing | 2019-04-04 | 1 | -1/+1 |
* | Add a mutex to guard reference counting for tls_config. | jsing | 2019-04-01 | 3 | -4/+16 |
* | remove duplicate set key file call. from alf. | tedu | 2019-03-27 | 1 | -3/+1 |
* | fix examples (libtls uses its own error reporting mechanism) | espie | 2019-03-20 | 1 | -4/+4 |
* | bump minors after symbol addition | tb | 2019-03-17 | 1 | -1/+1 |
* | bump minors after symbol addition | tb | 2019-01-22 | 1 | -1/+1 |
* | bump minors after symbol addition | tb | 2019-01-19 | 1 | -1/+1 |
* | Delete a note taken during the rev. 1.1 man page splite | schwarze | 2018-12-14 | 1 | -5/+2 |
* | missed adding tls_default_ca_cert_file here. found by sthen | tedu | 2018-11-29 | 1 | -0/+1 |
* | expose the default cert file as a function, not a define. it's really | tedu | 2018-11-29 | 5 | -10/+24 |
* | bump minors after symbol addition. | tb | 2018-11-11 | 1 | -1/+1 |
* | Define TLS_CA_CERT_FILE rather than having every application create their | jsing | 2018-11-06 | 3 | -6/+6 |
* | Bump libcrypto/libssl/libtls majors due to symbol removals (libcrypto) | jsing | 2018-10-24 | 1 | -2/+2 |
* | crank to follow minor crank in libcrypto; ok tb@ jsing@ | djm | 2018-09-12 | 1 | -1/+1 |
* | crank majors after symbol addition/modification/removal | tb | 2018-08-24 | 1 | -2/+2 |
* | 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 |
* | Correct tls_config_clear_keys() behaviour. | jsing | 2018-04-07 | 3 | -30/+18 |
* | Switch to OPENSSL_init_ssl() and prevent an openssl configuration file from | jsing | 2018-04-07 | 1 | -3/+2 |
* | Avoid potentially calling strchr() on a NULL pointer in | jsing | 2018-03-20 | 1 | -7/+6 |
* | bump minors after symbol addition | tb | 2018-03-20 | 1 | -1/+1 |
* | Automatically handle library initialisation for libtls. | jsing | 2018-03-19 | 6 | -11/+28 |
* | crank majors | tb | 2018-03-17 | 1 | -2/+2 |
* | Bump minors after symbol addition | tb | 2018-03-17 | 1 | -1/+1 |
* | Also bump libtls minor after the addition of SSL_CTX_get_min/max_proto_version | jca | 2018-03-15 | 1 | -1/+1 |
* | un-revert tls_init pthread_once change, now that stub is added so that builds... | beck | 2018-03-08 | 2 | -15/+23 |
* | backout. diff was not tested comprehensively, resulting in a broken tree. | deraadt | 2018-03-07 | 2 | -22/+14 |
* | Make tls_init() concurrently callable using pthread_once(). | beck | 2018-03-07 | 2 | -15/+23 |
* | Bump lib{crypto,ssl,tls} minors due to symbol additions. | jsing | 2018-02-22 | 1 | -1/+1 |
* | Crank lib{crypto,ssl,tls} minors after symbol addition. | tb | 2018-02-20 | 1 | -1/+1 |
* | Bump minor due to symbol addition. | tb | 2018-02-18 | 1 | -1/+1 |
* | Bump libcrypto/libssl/libtls minors due to symbol additions. | tb | 2018-02-18 | 1 | -1/+1 |
* | Bump libcrypto/libssl/libtls minors due to symbol additions. | jsing | 2018-02-17 | 1 | -1/+1 |
* | Bump lib{crypto,ssl,tls} minors due to symbol additions. | jsing | 2018-02-14 | 1 | -1/+1 |
* | Be more specific about when the session file will be updated. | jsing | 2018-02-10 | 1 | -2/+2 |
* | Bump TLS API version since we've added more functionality. | jsing | 2018-02-10 | 1 | -2/+2 |
* | Move the keypair pubkey hash handling code to during config. | jsing | 2018-02-10 | 4 | -69/+95 |
* | Tidy/standardise some code. | jsing | 2018-02-10 | 1 | -6/+3 |
* | Remove NULL check from tls_conninfo_cert_pem() - all of the other conninfo | jsing | 2018-02-10 | 1 | -3/+1 |
* | Document functions for client-side TLS session support. | jsing | 2018-02-10 | 2 | -9/+56 |
* | Add support to libtls for client-side TLS session resumption. | jsing | 2018-02-10 | 6 | -5/+195 |
* | Bump lib{crypto,ssl,tls} minors due to symbol addition. | jsing | 2018-02-10 | 1 | -1/+1 |