[sr-dev] Re: [kamailio/kamailio] Adding SSL support to db_redis and ndb_redis (PR #3345)

2023-06-02 Thread joelbax
@henningw I finally got some time to work on this and used a similar approach of the one used in the Lua module. The problem is that hiredis is built with a Makefile flag and no macro is defined, so, I'm checking for SSL library existance and populate a WITH_SSL flag. Unfortunately, after so m

[sr-dev] Re: [kamailio/kamailio] Adding SSL support to db_redis and ndb_redis (PR #3345)

2023-06-02 Thread joelbax
Closed #3345. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3345#event-9416072284 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mailing L

[sr-dev] Re: [kamailio/kamailio] Adding SSL support to db_redis and ndb_redis (PR #3345)

2023-06-02 Thread joelbax
@joelbax pushed 250 commits. d488407ececc207993d483c4d48a060579df4b1a cfg_db: clang-format for coherent indentation and coding style f719c8be69e33998f1953c896425fa1f69aadaec cfgt: clang-format for coherent indentation and coding style 388fa4f5874317de09ce2215512447d357a260bd cfgutils: clang-f

[sr-dev] [kamailio/kamailio] Adding TLS support to db_redis (also password support) and ndb_redis (PR #3477)

2023-06-02 Thread joelbax