From 3cb100580b10b1bbd9fa4ba64b814379743a3265 Mon Sep 17 00:00:00 2001 From: Kharkunov Eugene Date: Thu, 26 Feb 2026 12:12:55 +0200 Subject: [PATCH] Added section about fat MbedTLS option --- docs/en/manuals/app-manifest.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/en/manuals/app-manifest.md b/docs/en/manuals/app-manifest.md index 371674ac..525b5530 100644 --- a/docs/en/manuals/app-manifest.md +++ b/docs/en/manuals/app-manifest.md @@ -69,6 +69,16 @@ Exclude `types` script module [link](https://defold.com/ref/stable/types/) from Exclude the Basis Universal [texture compression library](/manuals/texture-profiles) from the engine. +## Use fat MbedTLS + +Use MbedTLS library with extended set of features. Extended set includes: +* MBEDTLS_FS_IO +* MBEDTLS_PK_WRITE_C +* MBEDTLS_SSL_SRV_C +* MBEDTLS_X509_CREATE_C +* MBEDTLS_X509_CRT_WRITE_C + + ## Use Android Support Lib Use the deprecated Android Support Library instead of Android X. [More info](https://defold.com/manuals/android/#using-androidx).