mbedtls_ssl_get_ciphersuite_name() function
Return the name of the ciphersuite associated with the given ID
Syntax
const char *mbedtls_ssl_get_ciphersuite_name(const int ciphersuite_id); Arguments
ciphersuite_id
SSL ciphersuite ID
Return value
a string containing the ciphersuite name