summaryrefslogtreecommitdiffstats
path: root/lib/libtls
AgeCommit message (Expand)AuthorFilesLines
2020-06-09The check_includes step is incorrect dependency management model forderaadt1-11/+1
2020-05-24Clear SSL_MODE_AUTO_RETRY in libtls, since we handle WANT_POLLIN correctly.jsing1-1/+3
2020-01-22Correct includes check for libtls.jsing1-2/+2
2020-01-22Add checks to ensure that lib{crypto,ssl,tls} public headers have actuallyjsing1-1/+11
2020-01-22Note in the man page that the default protocols list includes 1.3beck1-4/+4
2020-01-22Enable TLS version 1.3 in the default protocols for libtls.beck1-2/+2
2020-01-20Add support for TLSv1.3 as a protocol to libtls.jsing4-11/+20
2019-12-03Add missing RCS tag.tb1-0/+1
2019-11-16Allow 1.3 ciphers in libtls.beck1-2/+2
2019-11-16Allow portable to override the default CA bundle locationbeck2-3/+7
2019-11-02Bump libcrypto, libssl and libtls minors due to symbol additions.jsing1-1/+1
2019-11-02Document tls_conn_cipher_strength().jsing1-2/+14
2019-11-02Provide tls_conn_cipher_strength().jsing4-3/+15
2019-10-24Bump libcrypto, libssl and libtls majors due to changes in struct sizesjsing1-2/+2
2019-07-09Group tls_{handshake,read,write,close}() return values documentation.jsing1-21/+21
2019-06-20tls_read() & tls_write() return 4 possible values: TLS_WANT_POLLOUT,deraadt1-4/+4
2019-06-05provide getters and setters for the RSA_METHOD interfacegilles1-1/+1
2019-05-13Acquire mutex before incrementing the refcount. Fixes COV-186144bcook1-1/+3
2019-04-13Null out pointers on asprintf() failure.tb1-3/+7
2019-04-04Only assign destlen when src is non-NULL.jsing1-3/+4
2019-04-04Switch to pthread_mutex_init().jsing1-3/+5
2019-04-04Bump libssl/libtls minors due to symbol addition.jsing1-1/+1
2019-04-01Add a mutex to guard reference counting for tls_config.jsing3-4/+16
2019-03-27remove duplicate set key file call. from alf.tedu1-3/+1
2019-03-20fix examples (libtls uses its own error reporting mechanism)espie1-4/+4
2019-03-17bump minors after symbol additiontb1-1/+1
2019-01-22bump minors after symbol additiontb1-1/+1
2019-01-19bump minors after symbol additiontb1-1/+1
2018-12-14Delete a note taken during the rev. 1.1 man page spliteschwarze1-5/+2
2018-11-29missed adding tls_default_ca_cert_file here. found by sthentedu1-0/+1
2018-11-29expose the default cert file as a function, not a define. it's reallytedu5-10/+24
2018-11-11bump minors after symbol addition.tb1-1/+1
2018-11-06Define TLS_CA_CERT_FILE rather than having every application create theirjsing3-6/+6
2018-10-24Bump libcrypto/libssl/libtls majors due to symbol removals (libcrypto)jsing1-2/+2
2018-09-12crank to follow minor crank in libcrypto; ok tb@ jsing@djm1-1/+1
2018-08-24crank majors after symbol addition/modification/removaltb1-2/+2
2018-08-21typo in argument type, from Mario dot Andres dot Campos at gmail dot comschwarze1-3/+3
2018-07-24Use the same order in NAME, SYNOPSIS, DESCRIPTION, and RETURN VALUES totb1-27/+28
2018-07-23Document tls_peer_ocsp_result() and use it in place of the non-existenttb1-6/+12
2018-07-09Move a detail on tls_connect(3) to its documentation and be a bit moretb1-5/+7
2018-07-09wording tweak for tls_init() from jsingtb1-4/+4
2018-07-08Simplify and shorten the description of tls_init(3),schwarze1-4/+4
2018-05-26minor markup improvement: .Fa *cctx -> .Pf * Fa cctxschwarze1-3/+3
2018-05-26Quote .Fa arguments containing blanks.schwarze1-4/+4
2018-04-07Correct tls_config_clear_keys() behaviour.jsing3-30/+18
2018-04-07Switch to OPENSSL_init_ssl() and prevent an openssl configuration file fromjsing1-3/+2
2018-03-20Avoid potentially calling strchr() on a NULL pointer injsing1-7/+6
2018-03-20bump minors after symbol additiontb1-1/+1
2018-03-19Automatically handle library initialisation for libtls.jsing6-11/+28
2018-03-17crank majorstb1-2/+2