mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-26 09:19:15 +00:00
mbedtls_config: Added new section placeholders.
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
parent
8ef932312f
commit
acd560f887
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user