Hi All!

I have on question regarding the TLS module.

loadpath "/usr/lib/ser/modules"
loadmodule "avpops.so"
loadmodule "tls"

_but_ i can use only tlsops setting parameters.

modparam("tlsops","config","/etc/ser/tls.cfg")


tls module name in tlsops?

modules/tls_mod.c
/*
 * Module interface
 */
struct module_exports exports = {
        "tlsops",

Is this a typo or some work in progress?
Is it a bug, or a feature?

Thanks,
Misi