From acd560f887d3801130bb3fb530771dc3f16c6ccc Mon Sep 17 00:00:00 2001 From: Minos Galanakis Date: Thu, 12 Dec 2024 15:30:05 +0000 Subject: [PATCH] mbedtls_config: Added new section placeholders. Signed-off-by: Minos Galanakis --- include/mbedtls/mbedtls_config.h | 37 ++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h index e5c6ee6953..9a059e4080 100644 --- a/include/mbedtls/mbedtls_config.h +++ b/include/mbedtls/mbedtls_config.h @@ -21,6 +21,43 @@ */ //#define MBEDTLS_CONFIG_VERSION 0x03000000 +/** + * \name SECTION: Platform abstraction layer + * + * This section sets platform specific settings. + * \{ + */ + +/** \} name SECTION: Platform abstraction layer */ + +/** + * \name SECTION: General configuration options + * + * This section sets configuration options + * that do not belong in any of the other categories. + * \{ + */ + +/** \} name SECTION: General configuration options */ + +/** + * \name SECTION: TLS feature selection + * + * This section sets TLS options. + * \{ + */ + +/** \} name SECTION: TLS feature selection */ + +/** + * \name SECTION: X.509 feature selection + * + * This section sets Certificate related options. + * \{ + */ + +/** \} name SECTION: X.509 feature selection */ + /** * \name SECTION: Mbed TLS feature support *