summaryrefslogtreecommitdiff
path: root/hiredis_ssl.h
AgeCommit message (Collapse)Author
2020-09-08Add support for system CA certificate store on WindowsAlessio M
2020-05-24New SSL API to replace redisSecureConnection().Yossi Gottlieb
2020-02-27Housekeeping fixes (#764)Michael Grunder
Housekeeping * Check for C++ (#758, #750) * Include `alloc.h` in `make install` and `cmake` * Add a `.def` file for Windows (#760) * Include allocation wrappers referenced in adapter headers * Fix minor syntax errors and typos in README * Fix CI in Windows by properly escaping arguments (#761)
2019-08-29wip: SSL code reorganization, see #705.Yossi Gottlieb