TLS: Connections refactoring and TLS support.
* 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.
deps/hiredis/hiredis.pc.in
0 → 100644
deps/hiredis/hiredis_ssl.h
0 → 100644
deps/hiredis/sockcompat.c
0 → 100644
deps/hiredis/sockcompat.h
0 → 100644
deps/hiredis/ssl.c
0 → 100644
deps/hiredis/test.sh
0 → 100755
Please register or sign in to comment