summaryrefslogtreecommitdiff
path: root/utils/gen-test-certs.sh
Commit message (Collapse)AuthorAgeFilesLines
* TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-071-0/+23
* Introduce a connection abstraction layer for all socket operations and integrate it across the code base. * Provide an optional TLS connections implementation based on OpenSSL. * Pull a newer version of hiredis with TLS support. * Tests, redis-cli updates for TLS support.