summaryrefslogtreecommitdiff
path: root/ssl.c
AgeCommit message (Expand)Author
2024-03-22all: use REUSE with LGPL-3.0-or-later and BSD-3-ClauseAnna (navi) Figueiredo Gomes
2023-07-12Remove support in deprecated TLS versions 1.0 and 1.1 (#1205)Valentino Geron
2023-04-18Fix wincrypt symbols conflictJacky Hu
2023-01-06fix typoTill Krüss
2022-09-08set default SSL certificate directoryVlad Turchenko
2022-09-02Introduce .close method for redisContextFuncszhenwei pi
2022-08-15Make it possible to set SSL verify modeStan Hu
2021-04-11improve SSL leak fix redis/hiredis#896Hans Zandbelt
2020-11-10Free SSL object when redisSSLConnect failsAleksandr Yeganov
2020-10-18Formattingmichael-grunder
2020-09-08Add support for system CA certificate store on WindowsAlessio M
2020-07-29Move SSL management to a distinct private pointer. (#855)Michael Grunder
2020-07-08Use _WIN32 define instead of WIN32 (#845)Michael Grunder
2020-06-07sdsrange overflow fix (#830)Michael Grunder
2020-05-30Tiny OOM fixmichael-grunder
2020-05-24New SSL API to replace redisSecureConnection().Yossi Gottlieb
2020-05-22Allow users to replace allocator and handle OOM everywhere. (#800)Michael Grunder
2020-04-09Added CMake package config and fixed hiredis_ssl on Windows (#783)Michael Grunder
2020-01-28Safe allocation wrappers (#754)Michael Grunder
2019-11-25Fix dead code in sslLogCallback relating to should_log variable.Nathan Scott
2019-09-16Make SSL timeout error compatible with rest.Yossi Gottlieb
2019-09-01Separate hiredis and hiredis_ssl library build.Yossi Gottlieb
2019-08-29Rename sslio.Yossi Gottlieb