Correct documentation references to Mbed TLS

Use the correct formatting of the product name in the documentation.

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
Bence Szépkúti 2021-06-28 10:26:11 +01:00
parent a1d1f5b84f
commit 1b2a8836c4
5 changed files with 9 additions and 9 deletions

View File

@ -6,8 +6,8 @@ Changes
build_info.h. build_info.h.
* The handling of MBEDTLS_CONFIG_FILE has been moved into build_info.h. * The handling of MBEDTLS_CONFIG_FILE has been moved into build_info.h.
* A config file version symbol, MBEDTLS_CONFIG_VERSION was introduced. * A config file version symbol, MBEDTLS_CONFIG_VERSION was introduced.
Defining it to a particular value will ensure that mbedtls interprets Defining it to a particular value will ensure that Mbed TLS interprets
the config file in a way that's compatible with the config file format the config file in a way that's compatible with the config file format
used by the mbedtls release whose MBEDTLS_VERSION_NUMBER has the same used by the Mbed TLS release whose MBEDTLS_VERSION_NUMBER has the same
value. value.
The only value supported by mbedtls 3.0.0 is 0x03000000. The only value supported by Mbed TLS 3.0.0 is 0x03000000.

View File

@ -10,8 +10,8 @@ into `build_info.h`, including the handling of the `MBEDTLS_CONFIG_FILE`
macro. macro.
A config file version symbol, `MBEDTLS_CONFIG_VERSION` was introduced. A config file version symbol, `MBEDTLS_CONFIG_VERSION` was introduced.
Defining it to a particular value will ensure that mbedtls interprets Defining it to a particular value will ensure that Mbed TLS interprets
the config file in a way that's compatible with the config file format the config file in a way that's compatible with the config file format
used by the mbedtls release whose `MBEDTLS_VERSION_NUMBER` has the same used by the Mbed TLS release whose `MBEDTLS_VERSION_NUMBER` has the same
value. value.
The only value supported by mbedtls 3.0.0 is `0x03000000`. The only value supported by Mbed TLS 3.0.0 is `0x03000000`.

View File

@ -28,7 +28,7 @@
/* /*
* This set of compile-time defines can be used to determine the version number * This set of compile-time defines can be used to determine the version number
* of the mbed TLS library used. Run-time variables for the same can be found in * of the Mbed TLS library used. Run-time variables for the same can be found in
* version.h * version.h
*/ */

View File

@ -28,7 +28,7 @@
* This is an optional version symbol that enables comatibility handling of * This is an optional version symbol that enables comatibility handling of
* config files. * config files.
* *
* It is equal to the #MBEDTLS_VERSION_NUMBER of the mbedtls version that * It is equal to the #MBEDTLS_VERSION_NUMBER of the Mbed TLS version that
* introduced the config format we want to be compatible with. * introduced the config format we want to be compatible with.
*/ */
//#define MBEDTLS_CONFIG_VERSION 0x03000000 //#define MBEDTLS_CONFIG_VERSION 0x03000000

View File

@ -21,7 +21,7 @@
*/ */
/* /*
* This set of run-time variables can be used to determine the version number of * This set of run-time variables can be used to determine the version number of
* the mbed TLS library used. Compile-time version defines for the same can be * the Mbed TLS library used. Compile-time version defines for the same can be
* found in build_info.h * found in build_info.h
*/ */
#ifndef MBEDTLS_VERSION_H #ifndef MBEDTLS_VERSION_H