On Fri, Jun 17, 2022 at 6:54 PM Daniel-Constantin Mierla miconda@gmail.com wrote:
For the moment just adding that Ubuntu 20.04 has libwolfssl-dev 4.30, so the module does not compile there.
Cheers, Daniel
Hello Daniel and sr-users,
To facilitate testing of tls_wolfssl I have pushed a commit that contains a submodule; at the early stages of this module this will help avoid having to deal with different versions of the library. You may test as follows:
cd kamailio/; git submodule init src/modules/tls_wolfssl/lib/wolfssl; git submodule update src/modules/tls_wolfssl/lib/wolfssl; make cfg; # other make commands make -C src module_group_tls=tls_wolfssl group_include=tls every-module
Happy testing! S-P