OPTIGA Trust M  1.1.0
C++ library for Optiga Trust M Chip Security Controller
version.h File Reference

Run-time version information. More...

#include "config.h"
Include dependency graph for version.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MBEDTLS_VERSION_MAJOR   2
 
#define MBEDTLS_VERSION_MINOR   16
 
#define MBEDTLS_VERSION_PATCH   0
 
#define MBEDTLS_VERSION_NUMBER   0x02100000
 
#define MBEDTLS_VERSION_STRING   "2.16.0"
 
#define MBEDTLS_VERSION_STRING_FULL   "mbed TLS 2.16.0"
 

Detailed Description

Run-time version information.

Macro Definition Documentation

◆ MBEDTLS_VERSION_MAJOR

#define MBEDTLS_VERSION_MAJOR   2

The version number x.y.z is split into three parts. Major, Minor, Patchlevel

◆ MBEDTLS_VERSION_MINOR

#define MBEDTLS_VERSION_MINOR   16

◆ MBEDTLS_VERSION_NUMBER

#define MBEDTLS_VERSION_NUMBER   0x02100000

The single version number has the following structure: MMNNPP00 Major version | Minor version | Patch version

◆ MBEDTLS_VERSION_PATCH

#define MBEDTLS_VERSION_PATCH   0

◆ MBEDTLS_VERSION_STRING

#define MBEDTLS_VERSION_STRING   "2.16.0"

◆ MBEDTLS_VERSION_STRING_FULL

#define MBEDTLS_VERSION_STRING_FULL   "mbed TLS 2.16.0"