Module: kamailio
Branch: master
Commit: 7f2d55ce62783536f4c5c28a5935d9c3b20da311
URL: https://github.com/kamailio/kamailio/commit/7f2d55ce62783536f4c5c28a5935d9c…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2023-05-15T23:01:09+02:00
modules: readme files regenerated - tls_wolfssl ... [skip ci]
---
Modified: src/modules/tls_wolfssl/README
---
Diff: https://github.com/kamailio/kamailio/commit/7f2d55ce62783536f4c5c28a5935d9c…
Patch: https://github.com/kamailio/kamailio/commit/7f2d55ce62783536f4c5c28a5935d9c…
---
diff --git a/src/modules/tls_wolfssl/README b/src/modules/tls_wolfssl/README
index bffec53ba4..29db26c237 100644
--- a/src/modules/tls_wolfssl/README
+++ b/src/modules/tls_wolfssl/README
@@ -64,6 +64,10 @@ loadmodule "tls_wolfssl.so"
The wolfSSL TLS module is intended to be compiled with a recent version
of wolfSSL (5.2.0+).
+ Default compilations of the library will not work with Kamailio's own
+ memory allocation. See https://github.com/wolfSSL/wolfssl/issues/5264
+ for more details.
+
4. Compiling the wolfSSL TLS Module
The development package for wolfSSL is required (libwolfssl-dev or
Module: kamailio
Branch: master
Commit: df286e7aee90cb206a821fe7e50d55f2c1c2583f
URL: https://github.com/kamailio/kamailio/commit/df286e7aee90cb206a821fe7e50d55f…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2023-05-15T22:47:25+02:00
tls_wolfssl: add note about the current state of affairs
---
Modified: src/modules/tls_wolfssl/doc/tls_wolfssl.xml
---
Diff: https://github.com/kamailio/kamailio/commit/df286e7aee90cb206a821fe7e50d55f…
Patch: https://github.com/kamailio/kamailio/commit/df286e7aee90cb206a821fe7e50d55f…
---
diff --git a/src/modules/tls_wolfssl/doc/tls_wolfssl.xml b/src/modules/tls_wolfssl/doc/tls_wolfssl.xml
index 199679b9ae0..cf7770a7704 100644
--- a/src/modules/tls_wolfssl/doc/tls_wolfssl.xml
+++ b/src/modules/tls_wolfssl/doc/tls_wolfssl.xml
@@ -77,6 +77,11 @@ loadmodule "tls_wolfssl.so"
The wolfSSL TLS module is intended to be compiled with a
recent version of wolfSSL (5.2.0+).
</para>
+ <para>
+ Default compilations of the library will not work with Kamailio's
+ own memory allocation. See https://github.com/wolfSSL/wolfssl/issues/5264
+ for more details.
+ </para>
</section>
Yes. The default Makefile will build and link a static libwolfssl.a from a
git submodule (which you will need to check out - git submodule update).
If attempting to use an external wolfSSL ensure it does not expect 16 byte
aligned memory blocks.
On Mon, 15 May 2023, 13:36 Victor Seva, ***(a)***.***> wrote:
> @space88man <https://github.com/space88man> do we need to build wolfssl
> because we can't use wolfssl coming from distributions?
>
> —
> Reply to this email directly, view it on GitHub
> <https://github.com/kamailio/kamailio/commit/14b1f79c29f317c74bbcbba75853ce4…>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AHEUE5YMU7IPU7Z4G5VKQBTXG…>
> .
> You are receiving this because you were mentioned.Message ID:
> <kamailio/kamailio/commit/14b1f79c29f317c74bbcbba75853ce45c353a865/113383355
> @github.com>
>
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/commit/14b1f79c29f317c74bbcbba75853ce4…
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/commit/14b1f79c29f317c74bbcbba75853ce45c353a865/113419869(a)github.com>