summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2022-08-10 09:30:24 -0700
committerStan Hu <stanhu@gmail.com>2022-08-15 11:21:44 -0700
commit71119a71d71d3c07bb9223de1ac5b4f97db3de0f (patch)
tree01d2b34e59a13e373619babe94bf320408e1ecea /.travis.yml
parent0865c115ba963167214d33541870c6a6318897fb (diff)
Make it possible to set SSL verify mode
If no SSL certificates are provided, many Redis clients default to disabling SSL peer verification. Previously it was a bit cumbersome to configure this because the client would either have to reimplement `redisCreateSSLContext()` or reach into the internals to set the OpenSSL verify mode. We can improve the SSL API by introducing a `redisCreateSSLContextWithOptions()` call that takes into structured parameters for SSL initialization. This structure contains a verify mode that is used to set the OpenSSL verify mode. Relates to https://github.com/redis/hiredis/issues/646
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions