Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-25 | Fix dead code in sslLogCallback relating to should_log variable. | Nathan Scott | |
Coverity scans found that the should_log logic in sslLogCallback is not working as expected because the variable is not correctly initialised (the conditional code before logging always sets the value to 1, which it already is). | |||
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 | |