summaryrefslogtreecommitdiffstats
path: root/lib/libtls (follow)
Commit message (Expand)AuthorAgeFilesLines
* The check_includes step is incorrect dependency management model forderaadt2020-06-091-11/+1
* Clear SSL_MODE_AUTO_RETRY in libtls, since we handle WANT_POLLIN correctly.jsing2020-05-241-1/+3
* Correct includes check for libtls.jsing2020-01-221-2/+2
* Add checks to ensure that lib{crypto,ssl,tls} public headers have actuallyjsing2020-01-221-1/+11
* Note in the man page that the default protocols list includes 1.3beck2020-01-221-4/+4
* Enable TLS version 1.3 in the default protocols for libtls.beck2020-01-221-2/+2
* Add support for TLSv1.3 as a protocol to libtls.jsing2020-01-204-11/+20
* Add missing RCS tag.tb2019-12-031-0/+1
* Allow 1.3 ciphers in libtls.beck2019-11-161-2/+2
* Allow portable to override the default CA bundle locationbeck2019-11-162-3/+7
* Bump libcrypto, libssl and libtls minors due to symbol additions.jsing2019-11-021-1/+1
* Document tls_conn_cipher_strength().jsing2019-11-021-2/+14
* Provide tls_conn_cipher_strength().jsing2019-11-024-3/+15
* Bump libcrypto, libssl and libtls majors due to changes in struct sizesjsing2019-10-241-2/+2
* Group tls_{handshake,read,write,close}() return values documentation.jsing2019-07-091-21/+21
* tls_read() & tls_write() return 4 possible values: TLS_WANT_POLLOUT,deraadt2019-06-201-4/+4
* provide getters and setters for the RSA_METHOD interfacegilles2019-06-051-1/+1
* Acquire mutex before incrementing the refcount. Fixes COV-186144bcook2019-05-131-1/+3
* Null out pointers on asprintf() failure.tb2019-04-131-3/+7
* Only assign destlen when src is non-NULL.jsing2019-04-041-3/+4
* Switch to pthread_mutex_init().jsing2019-04-041-3/+5
* Bump libssl/libtls minors due to symbol addition.jsing2019-04-041-1/+1
* Add a mutex to guard reference counting for tls_config.jsing2019-04-013-4/+16
* remove duplicate set key file call. from alf.tedu2019-03-271-3/+1
* fix examples (libtls uses its own error reporting mechanism)espie2019-03-201-4/+4
* bump minors after symbol additiontb2019-03-171-1/+1
* bump minors after symbol additiontb2019-01-221-1/+1
* bump minors after symbol additiontb2019-01-191-1/+1
* Delete a note taken during the rev. 1.1 man page spliteschwarze2018-12-141-5/+2
* missed adding tls_default_ca_cert_file here. found by sthentedu2018-11-291-0/+1
* expose the default cert file as a function, not a define. it's reallytedu2018-11-295-10/+24
* bump minors after symbol addition.tb2018-11-111-1/+1
* Define TLS_CA_CERT_FILE rather than having every application create theirjsing2018-11-063-6/+6
* Bump libcrypto/libssl/libtls majors due to symbol removals (libcrypto)jsing2018-10-241-2/+2
* crank to follow minor crank in libcrypto; ok tb@ jsing@djm2018-09-121-1/+1
* crank majors after symbol addition/modification/removaltb2018-08-241-2/+2
* typo in argument type, from Mario dot Andres dot Campos at gmail dot comschwarze2018-08-211-3/+3
* Use the same order in NAME, SYNOPSIS, DESCRIPTION, and RETURN VALUES totb2018-07-241-27/+28
* Document tls_peer_ocsp_result() and use it in place of the non-existenttb2018-07-231-6/+12
* Move a detail on tls_connect(3) to its documentation and be a bit moretb2018-07-091-5/+7
* wording tweak for tls_init() from jsingtb2018-07-091-4/+4
* Simplify and shorten the description of tls_init(3),schwarze2018-07-081-4/+4
* minor markup improvement: .Fa *cctx -> .Pf * Fa cctxschwarze2018-05-261-3/+3
* Quote .Fa arguments containing blanks.schwarze2018-05-261-4/+4
* Correct tls_config_clear_keys() behaviour.jsing2018-04-073-30/+18
* Switch to OPENSSL_init_ssl() and prevent an openssl configuration file fromjsing2018-04-071-3/+2
* Avoid potentially calling strchr() on a NULL pointer injsing2018-03-201-7/+6
* bump minors after symbol additiontb2018-03-201-1/+1
* Automatically handle library initialisation for libtls.jsing2018-03-196-11/+28
* crank majorstb2018-03-171-2/+2