summaryrefslogtreecommitdiff
path: root/src/tls.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce system calls of write for client->reply by introducing writev (#9934)Andy Pan2022-02-221-0/+39
* Fix OpenSSL 3.0.x related issues. (#10291)Yossi Gottlieb2022-02-151-6/+39
* Multiparam config set (#9748)yoav-steinberg2021-12-011-0/+6
* Fix EINTR test failures. (#9751)Yossi Gottlieb2021-11-081-1/+16
* TLS build fix on OpenBSD when built with LibreSSL. (#9486)David CARLIER2021-09-111-1/+2
* Fix compatibility with OpenSSL 1.1.0. (#9233)Yossi Gottlieb2021-07-141-0/+2
* Return -1 when connTLSWrite fails to write due to socket being closed (#9222)gourav2021-07-141-1/+1
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-1/+1
* Add support for reading encrypted keyfiles. (#8644)Yossi Gottlieb2021-03-221-4/+24
* Improve SSL cleanup handling. (#8589)Yossi Gottlieb2021-03-031-1/+19
* Fix typo and some out of date comments (#8449)Huang Zw2021-02-081-1/+1
* Removed usage of bool from tls.c (#8175)Madelyn Olson2020-12-131-3/+3
* TLS: Add different client cert support. (#8076)Yossi Gottlieb2020-12-111-62/+100
* Enable configuring OpenSSL using the standard openssl.cnf (#8143)filipe oliveira2020-12-071-0/+12
* Module API: Add RM_GetClientCertificate(). (#7866)Yossi Gottlieb2020-10-111-0/+30
* TLS: Do not require CA config if not used. (#7862)Yossi Gottlieb2020-09-291-3/+5
* fix recently broken TLS build error, and add coverage for CI (#7833)Oran Agra2020-09-231-2/+2
* Fix connGetSocketError usage (#7811)yixiang2020-09-221-2/+3
* Module API: fix missing RM_CLIENTINFO_FLAG_SSL. (#7666)Yossi Gottlieb2020-08-171-0/+7
* TLS: Propagate and handle SSL_new() failures. (#7576)Yossi Gottlieb2020-07-281-4/+24
* Add optional tls verification (#7502)Jiayuan Chen2020-07-281-2/+10
* TLS: Session caching configuration support. (#7420)Yossi Gottlieb2020-07-101-3/+9
* TLS: Ignore client cert when tls-auth-clients off. (#7457)Yossi Gottlieb2020-07-101-3/+1
* Fix TLS certificate loading for chained certificates.Kevin Fwu2020-05-271-1/+1
* Merge pull request #7230 from yossigo/tls-crypto-locksSalvatore Sanfilippo2020-05-141-0/+45
|\
| * TLS: Add crypto locks for older OpenSSL support.Yossi Gottlieb2020-05-101-0/+45
* | Track events processed while blocked globally.free_clients_during_loadingantirez2020-05-141-2/+5
|/
* TLS: Fix build with SSL_OP_NO_CLIENT_RENEGOTIATIONTheo Buehler2020-04-221-1/+1
* TLS: Fix build on older verisons of OpenSSL.Yossi Gottlieb2020-04-201-0/+2
* TLS: Improve CA certifiate configuration options.Yossi Gottlieb2019-10-081-4/+4
* TLS: Configuration options.Yossi Gottlieb2019-10-071-33/+104
* TLS: Implement support for write barrier.Oran Agra2019-10-071-8/+39
* diskless replication rdb transfer uses pipe, and writes to sockets form the p...Oran Agra2019-10-071-17/+54
* TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-071-0/+669