Age | Commit message (Expand) | Author |
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-06-05 | provide getters and setters for the RSA_METHOD interface | Gilles Chehade |
2019-05-13 | Acquire mutex before incrementing the refcount. Fixes COV-186144 | Brent Cook |
2019-04-13 | Null out pointers on asprintf() failure. | Theo Buehler |
2019-04-04 | Only assign destlen when src is non-NULL. | Joel Sing |
2019-04-04 | Switch to pthread_mutex_init(). | Joel Sing |
2019-04-04 | Bump libssl/libtls minors due to symbol addition. | Joel Sing |
2019-04-01 | Add a mutex to guard reference counting for tls_config. | Joel Sing |
2019-03-27 | remove duplicate set key file call. from alf. | Ted Unangst |
2019-03-20 | fix examples (libtls uses its own error reporting mechanism) | Marc Espie |
2019-03-17 | bump minors after symbol addition | Theo Buehler |
2019-01-22 | bump minors after symbol addition | Theo Buehler |
2019-01-19 | bump minors after symbol addition | Theo Buehler |
2018-12-14 | Delete a note taken during the rev. 1.1 man page splite | Ingo Schwarze |
2018-11-29 | missed adding tls_default_ca_cert_file here. found by sthen | Ted Unangst |
2018-11-29 | expose the default cert file as a function, not a define. it's really | Ted Unangst |
2018-11-11 | bump minors after symbol addition. | Theo Buehler |
2018-11-06 | Define TLS_CA_CERT_FILE rather than having every application create their | Joel Sing |
2018-10-24 | Bump libcrypto/libssl/libtls majors due to symbol removals (libcrypto) | Joel Sing |
2018-09-12 | crank to follow minor crank in libcrypto; ok tb@ jsing@ | Damien Miller |
2018-08-24 | crank majors after symbol addition/modification/removal | Theo Buehler |
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-04-07 | Correct tls_config_clear_keys() behaviour. | Joel Sing |
2018-04-07 | Switch to OPENSSL_init_ssl() and prevent an openssl configuration file from | Joel Sing |
2018-03-20 | Avoid potentially calling strchr() on a NULL pointer in | Joel Sing |
2018-03-20 | bump minors after symbol addition | Theo Buehler |
2018-03-19 | Automatically handle library initialisation for libtls. | Joel Sing |
2018-03-17 | crank majors | Theo Buehler |
2018-03-17 | Bump minors after symbol addition | Theo Buehler |
2018-03-15 | Also bump libtls minor after the addition of SSL_CTX_get_min/max_proto_version | Jeremie Courreges-Anglas |
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-22 | Bump lib{crypto,ssl,tls} minors due to symbol additions. | Joel Sing |
2018-02-20 | Crank lib{crypto,ssl,tls} minors after symbol addition. | Theo Buehler |
2018-02-18 | Bump minor due to symbol addition. | Theo Buehler |
2018-02-18 | Bump libcrypto/libssl/libtls minors due to symbol additions. | Theo Buehler |
2018-02-17 | Bump libcrypto/libssl/libtls minors due to symbol additions. | Joel Sing |
2018-02-14 | Bump lib{crypto,ssl,tls} minors due to symbol additions. | Joel Sing |
2018-02-10 | Be more specific about when the session file will be updated. | Joel Sing |
2018-02-10 | Bump TLS API version since we've added more functionality. | Joel Sing |
2018-02-10 | Move the keypair pubkey hash handling code to during config. | Joel Sing |