Module: kamailio
Branch: master
Commit: 79d5ab3b86c0a1cc1b06efeee78ef5baa8d084f9
URL:
https://github.com/kamailio/kamailio/commit/79d5ab3b86c0a1cc1b06efeee78ef5b…
Author: Joel Centelles <joel_centellesmartin(a)baxter.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2023-06-20T10:45:31+02:00
ndb_redis: Adding TLS support
Checks for the tls parameter in the BD schema and, if it's enabled, creates a
temporary TLS conext that is used to initialize the redis context.
Adds 1 new parameter:
* ca_path: For specifying a folder containing valid certification chains.
---
Modified: src/modules/ndb_redis/Makefile
Modified: src/modules/ndb_redis/doc/ndb_redis.xml
Modified: src/modules/ndb_redis/doc/ndb_redis_admin.xml
Modified: src/modules/ndb_redis/ndb_redis_mod.c
Modified: src/modules/ndb_redis/redis_client.c
Modified: src/modules/ndb_redis/redis_client.h
---
Diff:
https://github.com/kamailio/kamailio/commit/79d5ab3b86c0a1cc1b06efeee78ef5b…
Patch:
https://github.com/kamailio/kamailio/commit/79d5ab3b86c0a1cc1b06efeee78ef5b…