index
:
hiredict.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ssl.c
Age
Commit message (
Expand
)
Author
2021-04-11
improve SSL leak fix redis/hiredis#896
Hans Zandbelt
2020-11-10
Free SSL object when redisSSLConnect fails
Aleksandr Yeganov
2020-10-18
Formatting
michael-grunder
2020-09-08
Add support for system CA certificate store on Windows
Alessio M
2020-07-29
Move SSL management to a distinct private pointer. (#855)
Michael Grunder
2020-07-08
Use _WIN32 define instead of WIN32 (#845)
Michael Grunder
2020-06-07
sdsrange overflow fix (#830)
Michael Grunder
2020-05-30
Tiny OOM fix
michael-grunder
2020-05-24
New SSL API to replace redisSecureConnection().
Yossi Gottlieb
2020-05-22
Allow users to replace allocator and handle OOM everywhere. (#800)
Michael Grunder
2020-04-09
Added CMake package config and fixed hiredis_ssl on Windows (#783)
Michael Grunder
2020-01-28
Safe allocation wrappers (#754)
Michael Grunder
2019-11-25
Fix dead code in sslLogCallback relating to should_log variable.
Nathan Scott
2019-09-16
Make SSL timeout error compatible with rest.
Yossi Gottlieb
2019-09-01
Separate hiredis and hiredis_ssl library build.
Yossi Gottlieb
2019-08-29
Rename sslio.
Yossi Gottlieb