mbedtls_version_get_string_full() function
Get the full version string ("Mbed TLS x.y.z").
Syntax
void mbedtls_version_get_string_full(char *string); Arguments
string
The string that will receive the value. The Mbed TLS version string will use 18 bytes AT MOST including a terminating null byte. (So the buffer should be at least 18 bytes to receive this version string).
mbedtls_version_get_string_full():
![]()
mbedtls_version_get_string_full()