pub unsafe extern "C" fn mbedtls_ssl_get_ciphersuite(
ssl: *const mbedtls_ssl_context,
) -> *const u8
Expand description
\brief Return the name of the current ciphersuite
\param ssl SSL context
\return a string containing the ciphersuite name
pub unsafe extern "C" fn mbedtls_ssl_get_ciphersuite(
ssl: *const mbedtls_ssl_context,
) -> *const u8
\brief Return the name of the current ciphersuite
\param ssl SSL context
\return a string containing the ciphersuite name